OBJECT

createNotePayload

Autogenerated return type of createNote

link GraphQL Schema definition

  • type createNotePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • messages: [FieldError]
  • note: Note
  • }

link Require by