updateNote
Mutation that allows you to update the content of an existing note. It can
raise a NotFoundError if the note is not found. Only the author of the note
is allowed to update it.
updateNote(
input: UpdateNoteInput!
): Note!
Arguments
updateNote.input ● UpdateNoteInput! non-null input common
Parameters for UpdateNote
Type
Note object common
The NoteType is a GraphQL object type that represents a note in the system.