ENUM
ProductionFileApprovalStatus
The approval status of the production file
link GraphQL Schema definition
- enum ProductionFileApprovalStatus {
- # Unknown
- # Not approved
- # Approved
- }
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