Skip to main content

startUploadTransaction

No description

startUploadTransaction(
fileName: String!
partCount: Int = 0
expectedFileSize: Int = 0
expectedFileSizeString: String
): UploadTransactionType

Arguments

startUploadTransaction.fileName ● String! non-null scalar

startUploadTransaction.partCount ● Int scalar

startUploadTransaction.expectedFileSize ● Int scalar

startUploadTransaction.expectedFileSizeString ● String scalar

as Ints are just 32 bit, and files can have more bytes than that, we allow to pass a string as well

Type

UploadTransactionType object