INPUT_OBJECT
ImagePresignUrlInput
# GraphQL Schema definition
1 input ImagePresignUrlInput { 5 2 # file size limitation in KiB. ex. [gte: 1, lte: 1024] allows file size from 1KiB 3 # to 1 MiB 4 ContentLengthRange : 9 6 # choose property which should be used to generate versions, versions defined in 7 # yml schema file 8 ModelPropertyInput : 13 10 # choose property which should be used to generate versions, versions defined in 11 # yml schema file 12 UserPropertyInput : 16 14 # deprecated 15 VersionInput!] : [ 17 }