ENUM
SupportingResourceStatus
The approval status of the supporting resource
link GraphQL Schema definition
- enum SupportingResourceStatus {
- # Approved
- # Draft
- }
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