Arguments
namespace
FileStorageNamespace!Required
Determines storage location and validation rules for different file categories
completeUploadReqInput
CompleteUploadReqInput!Required
The request schema for completing file uploads and retrieving final URL.
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.
namespace
StringThe namespace associated with the file.
size
IntThe size of the file in bytes.
upload
UploadUpload details for the file.
cdn
CDNCDN details for the uploaded file.
tags
[String]Tags associated with the file.
Mutation
Try it
Input Variables
Response
Was this section helpful?