BatchFileUploadInput
No description
input BatchFileUploadInput {
fileExtension: String
fileName: String!
fileSize: Int
mimeType: String
}
Fields
BatchFileUploadInput.fileExtension ● String scalar common
File extension of the file, such as zip.
BatchFileUploadInput.fileName ● String! non-null scalar common
Filename of the file to be uploaded, including the extension.
BatchFileUploadInput.fileSize ● Int scalar common
Size of the file in bytes.
BatchFileUploadInput.mimeType ● String scalar common
MIME type of the file, such as application/zip.
Member Of
BatchPresignedUrlInput input