OBJECT
CreateProductionFilePayload
Autogenerated return type of CreateProductionFile.
link GraphQL Schema definition
- type CreateProductionFilePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the production file
- : [ValidationError!]!
- # A presigned POST URL for an uploaded JPG file
- : JSON
- # The production file object
- : ProductionFile
- }