INPUT_OBJECT
CreateProductionFileInput
Autogenerated input type of CreateProductionFile
link GraphQL Schema definition
- input CreateProductionFileInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The ID of the work for the production file
- Int! :
- # The file variant of the production file. Defaults to "other" when not set.
- ProductionFileFileVariant :
- # The approval status of the production file. Defaults to "unknown" when not set.
- ProductionFileApprovalStatus :
- # Whether the production file is distributable. Defaults to "not applicable" when
- # not set.
- ProductionFileAllowDistribution :
- # The name of the file to upload to the production file
- String! :
- # The IDs of products to link to this production file.
- Int!] : [
- }