ENUM
UploadType
#
GraphQL Schema definition
1
enum
UploadType
{
2
3
# Image
4
image
5
6
# Attachment
7
attachment
8
}
#
Required by
PresignUrlInput
null