OBJECT
DeleteGratisCopyPayload
Autogenerated return type of DeleteGratisCopy.
link GraphQL Schema definition
- type DeleteGratisCopyPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the gratis copy was successfully deleted or not
- : Boolean!
- # Any errors encountered while attempting to delete the gratis copy
- : [ValidationError!]!
- # The deleted gratis copy
- : GratisCopy!
- }