INPUT_OBJECT
PropertyUploadOptionsInput
# GraphQL Schema definition
1 input PropertyUploadOptionsInput { 3 2 PropertyUploadACL : 5 4 String : 7 6 PropertyUploadContentDisposition : 11 8 # file size limitation in KiB. ex. [gte: 1, lte: 1024] allows file size from 1KiB 9 # to 1 MiB 10 PropertyUploadContentLengthInput : 15 12 # defines a version of the uploaded image - for example you might want to resize 13 # it for performance reason, compress etc. Max number of versions is 10 14 PropertyUploadVersionInput!] : [ 16 }