OBJECT

createNotePayload

Autogenerated return type of createNote.

link GraphQL Schema definition

  • type createNotePayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • note: Note
  • }