INPUT_OBJECT
UpdateNoteMutationInput
The input object that defines the fields for the updateNote mutation.
link GraphQL Schema definition
- input UpdateNoteMutationInput {
- # The message.
- : Text
- # The priority of the note.
- : NotePriority
- }
INPUT_OBJECT
The input object that defines the fields for the updateNote mutation.
- input UpdateNoteMutationInput {
- # The message.
- : Text
- # The priority of the note.
- : NotePriority
- }