Skip to main content

MultiPartUploadInput (Input)

Description

No description



Fields

NameDescription
fileInputs - [CreateFileInput!]The files to upload
imageInputs - [CreateImageInput!]The images to upload
maxPartSize - FloatThe maximum size of each part in bytes. This will be used to calculate the number of parts. Must be between 5MiB and 100MiB. If a value outside of this range is provided, it will be automatically set to the nearest valid value.

input MultiPartUploadInput {
fileInputs: [CreateFileInput!]
imageInputs: [CreateImageInput!]
maxPartSize: Float
}