INPUT_OBJECT

CreateProductionFileInput

Autogenerated input type of CreateProductionFile

link GraphQL Schema definition

  • input CreateProductionFileInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The ID of the work for the production file
  • workId: Int!
  • # The file variant of the production file. Defaults to "other" when not set.
  • fileVariant: ProductionFileFileVariant
  • # The approval status of the production file. Defaults to "unknown" when not set.
  • approvalStatus: ProductionFileApprovalStatus
  • # Whether the production file is distributable. Defaults to "not applicable" when
  • # not set.
  • allowDistribution: ProductionFileAllowDistribution
  • # The name of the file to upload to the production file
  • resourceFileName: String!
  • # The IDs of products to link to this production file.
  • productIds: [Int!]
  • }

link Require by