OBJECT
UpdateProductionFilePayload
Autogenerated return type of UpdateProductionFile.
link GraphQL Schema definition
- type UpdateProductionFilePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the production file
- : [ValidationError!]!
- # The production file object
- : ProductionFile
- }