Arguments
namespace
FileStorageNamespace!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
StringThe name of the file that was uploaded.
file_path
StringThe path to the file in the storage location.
content_type
StringThe content type of the file.
method
StringThe HTTP method to be used for uploading the file.
namespace
StringThe namespace associated with the file.
operation
StringThe operation to be performed on the storage service.
size
IntThe size of the file in bytes.
upload
UploadUpload details for the file.
tags
[String]Tags associated with the file.
Mutation
Try it
Input Variables
Response
Was this section helpful?