mutation

completeUpload

Arguments
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
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.
namespace
String
The namespace associated with the file.
size
Int
The size of the file in bytes.
upload
Upload
Upload details for the file.
cdn
CDN
CDN details for the uploaded file.
Tags associated with the file.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...