updateNote
Update a Note
Arguments
input
· updateNoteInput
· Parameters for updateNote Returns
updateNotePayload
Example
mutation updateNote($input: updateNoteInput) { updateNote(input: $input) { messages note }}
Update a Note
input
· updateNoteInput
· Parameters for updateNote updateNotePayload
mutation updateNote($input: updateNoteInput) { updateNote(input: $input) { messages note }}