OBJECT

CreateNotePayload

Autogenerated return type of CreateNote

link GraphQL Schema definition

  • type CreateNotePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [String!]!
  • note: Note
  • }

link Require by