OBJECT

UpdateProductionFilePayload

Autogenerated return type of UpdateProductionFile.

link GraphQL Schema definition

  • type UpdateProductionFilePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the production file
  • errors: [ValidationError!]!
  • # The production file object
  • productionFile: ProductionFile
  • }

link Require by