INPUT_OBJECT
PresignUrlInput
# GraphQL Schema definition
1 input PresignUrlInput { 6 2 # defines whether it is a public file that anyone who knows the url can access it, 3 # or if its private and even with the known URL it is not possible to see the file 4 # without a signature. 5 ACL : 8 7 String : 12 9 # file size limitation in KiB. ex. [gte: 1, lte: 1024] allows file size from 1KiB 10 # to 1 MiB 11 ContentLengthRange : 14 13 UploadType : 17 15 # if image is uploaded, multiple versions of it will be generated automatically 16 VersionInput!] : [ 18 }