INPUT_OBJECT

UpdateNoteMutationInput

The input object that defines the fields for the updateNote mutation.

link GraphQL Schema definition

  • input UpdateNoteMutationInput {
  • # The message.
  • message: Text
  • # The priority of the note.
  • priority: NotePriority
  • }

link Require by