INPUT_OBJECT
UpdateProductionFileInput
Autogenerated input type of UpdateProductionFile
link GraphQL Schema definition
- input UpdateProductionFileInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The Consonance unique identifier
- : Int!
- # The file variant of the production file
- : ProductionFileFileVariant
- # The approval status of the production file
- : ProductionFileApprovalStatus
- # Whether the production file is distributable
- : ProductionFileAllowDistribution
- # The IDs of products to link to this production file.
- : [Int!]
- }