ImagePresignUrlInput
Last edit: Oct 26, 2022
No description
type ImagePresignUrlInput {
content_length: ContentLengthRange
model_property: ModelPropertyInput
user_property: UserPropertyInput
versions: [VersionInput!]
}
Fields
content_length
(ContentLengthRange
)
file size limitation in KiB. ex. [gte: 1, lte: 1024] allows file size from 1KiB to 1 MiB
model_property
(ModelPropertyInput
)
choose property which should be used to generate versions, versions defined in yml schema file
user_property
(UserPropertyInput
)
choose property which should be used to generate versions, versions defined in yml schema file
versions
(VersionInput
)
deprecated