INPUT_OBJECT

UpdateProductionFileInput

Autogenerated input type of UpdateProductionFile

link GraphQL Schema definition

  • input UpdateProductionFileInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Consonance unique identifier
  • id: Int!
  • # The file variant of the production file
  • fileVariant: ProductionFileFileVariant
  • # The approval status of the production file
  • approvalStatus: ProductionFileApprovalStatus
  • # Whether the production file is distributable
  • allowDistribution: ProductionFileAllowDistribution
  • # The IDs of products to link to this production file.
  • productIds: [Int!]
  • }

link Require by