Skip to content

createEntry

creates a new Entry

Arguments

input · createEntryInput · Parameters for createEntry

Returns

createEntryPayload

Example

mutation createEntry($input: createEntryInput) {
createEntry(input: $input) {
entry
messages
}
}