OBJECT

createDraftPayload

Autogenerated return type of createDraft.

link GraphQL Schema definition

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