Skip to content

updateNote

Update a Note

Arguments

input · updateNoteInput · Parameters for updateNote

Returns

updateNotePayload

Example

mutation updateNote($input: updateNoteInput) {
updateNote(input: $input) {
messages
note
}
}