Skip to content

updateEntry

Updates an Entry and returns an Entry

Arguments

input · updateEntryInput · Parameters for updateEntry

Returns

updateEntryPayload

Example

mutation updateEntry($input: updateEntryInput) {
updateEntry(input: $input) {
entry
messages
}
}