OBJECT

DeleteGratisCopyPayload

Autogenerated return type of DeleteGratisCopy.

link GraphQL Schema definition

  • type DeleteGratisCopyPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the gratis copy was successfully deleted or not
  • destroyed: Boolean!
  • # Any errors encountered while attempting to delete the gratis copy
  • errors: [ValidationError!]!
  • # The deleted gratis copy
  • gratisCopy: GratisCopy!
  • }

link Require by