ENUM
ImageFormat
#
GraphQL Schema definition
1
enum
ImageFormat
{
2
3
jpeg
4
5
png
6
7
webp
8
9
avif
10
}
#
Required by
VersionOutputInput
null