OBJECT
CreateGratisCopyPayload
Autogenerated return type of CreateGratisCopy.
link GraphQL Schema definition
- type CreateGratisCopyPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Any errors that occured when attempting to create the gratis copy record
- : [ValidationError!]!
- # The created gratis copy record
- : GratisCopy!
- }