OBJECT

UpdateGratisCopyPayload

Autogenerated return type of UpdateGratisCopy.

link GraphQL Schema definition

  • type UpdateGratisCopyPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Any errors encountered while updating the gratis copy record
  • errors: [ValidationError!]!
  • # The updated gratis copy
  • gratisCopy: GratisCopy!
  • }

link Require by