ENUM
UploadType
A type of upload.
link GraphQL Schema definition
- enum UploadType {
- # Video file, when gets a thumbnail extracted.
- # Uploads a file directly to the main S3 bucket for an admin message attachment.
- # No lambda is triggered.
- # Not really in use. For serverless a2v, which nobody has.
- # For audio uploads
- # Artwork for the a2v audio file
- # Album artwork image.
- # Artist image.
- # Extra Link image.
- # Audio file.
- # Background image of the a2v
- # Reuploaded audio file
- # Reuploaded video file
- # Reuploaded artwork file
- # Audio file from d2 uploader
- # CSV uploads
- }