OBJECT
DeleteProductionFilePayload
Autogenerated return type of DeleteProductionFile.
link GraphQL Schema definition
- type DeleteProductionFilePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the production file
- : [ValidationError!]!
- # The production file object
- : ProductionFile!
- }