INPUT_OBJECT

NoteMutationInput

Allows the addition of a note to the parent entity.

link GraphQL Schema definition

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

link Require by