INPUT_OBJECT
PropertyUploadOutputInput
# GraphQL Schema definition
1 input PropertyUploadOutputInput { 3 2 PropertyUploadFormat : 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 }