INPUT_OBJECT
VersionOutputInput
# GraphQL Schema definition
1 input VersionOutputInput { 3 2 ImageFormat : 7 4 # Defines the quality of the image; used to automatically compress the image; 0 - 5 # lowest quality, 100 - highest quality. Defaults: PNG: 80, WEBP: 80, JPEG: 85 6 ImageQuality : 8 }