OBJECT

CreateProductionFilePayload

Autogenerated return type of CreateProductionFile.

link GraphQL Schema definition

  • type CreateProductionFilePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the production file
  • errors: [ValidationError!]!
  • # A presigned POST URL for an uploaded JPG file
  • presignedPostUrl: JSON
  • # The production file object
  • productionFile: ProductionFile
  • }

link Require by