OBJECT

CreateGratisCopyPayload

Autogenerated return type of CreateGratisCopy.

link GraphQL Schema definition

  • type CreateGratisCopyPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Any errors that occured when attempting to create the gratis copy record
  • errors: [ValidationError!]!
  • # The created gratis copy record
  • gratisCopy: GratisCopy!
  • }

link Require by