ENUM
ProductionFileAllowDistribution
Whether the production file is distributable
link GraphQL Schema definition
- enum ProductionFileAllowDistribution {
- # Not applicable
- # Not distributable
- # Distributable
- }
link Require by
- CreateProductionFileInputAutogenerated input type of CreateProductionFile
- ProductionFileA print production, ebook or audio file. When uploading a file using a resourceFileName, the mutation will return a presigned URL to upload the file to. Once the file has been uploaded, it will be processed in the background.
- UpdateProductionFileInputAutogenerated input type of UpdateProductionFile