ENUM
SupportingResourceVariant
A variant of supporting resource, such as a cover image
link GraphQL Schema definition
- enum SupportingResourceVariant {
- # Unknown
- # Front cover
- # Back cover
- # Sample content
- # Packshot
- # Full cover
- # Imprint logo
- # Contributor picture
- # Wide cover
- # Promotional event material
- }
link Require by
- CreateSupportingResourceInputAutogenerated input type of CreateSupportingResource
- SupportingResourceA supporting resource, such as a cover or jacket image. 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 and the different image sizes generated. The presigned URL and subsequent mutation are not required when uploading an image using an imageRemoteUrl rather than a file.
- UpdateSupportingResourceInputAutogenerated input type of UpdateSupportingResource