mutation

startUpload

Initiate a new file upload and retrieve upload URL
Arguments
Required
Determines storage location and validation rules for different file categories
startUploadReqInput
StartUploadReqInput!
Required
The request schema for file upload API which includes details for uploading a file.
Response
file_name
String
The name of the file that was uploaded.
file_path
String
The path to the file in the storage location.
content_type
String
The content type of the file.
method
String
The HTTP method to be used for uploading the file.
namespace
String
The namespace associated with the file.
operation
String
The operation to be performed on the storage service.
size
Int
The size of the file in bytes.
upload
Upload
Upload details for the file.
Tags associated with the file.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...