ENUM
ProductionFileFileVariant
The production file variant, such as an ebook
link GraphQL Schema definition
- enum ProductionFileFileVariant {
- # Other
- # Ebook
- # Text
- # Image
- # PDF layout
- # PDF cover
- # Audiobook
- # Audiobook archive
- # JATS article
- # JATS issue
- }
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