Upload a new file. Requires basic:write
scope to be accessible
Generates a temporary unique File ID and a list of presigned Urls to upload a binary file in multiple parts. The Id can be used, after the upload is completed, to permanently link the file to a specific type (ie Asset
, Attachment
, `Revision) through a different mutation.
The number of upload parts and thus their corresponding part size will be computed dynamically based on the specified file size, following this logic:
All mutations have exactly one input field called input
with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.
File
name. This value will be passed on to the fileId
input variable used in file mutations such as createAsset
, replaceAsset
, createAttachment
or addAssetPreviewImage
.
File
size in bytes. Value must be a positive integer up to 5TB.
DEPRECATED File
chunk size in bytes. Value must be integer between 5MB and 1GB. Please, consider using bigger chunk sizes for huge files to prevent issues. This field will be removed. | Date: 2025-07-01T00:00:00.000+00:00