Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

UploadFileInput

No description
Input Fields
filename: String!

File name. This value will be passed on to the fileId input variable used in file mutations such as createAsset, replaceAsset, createAttachment or addAssetPreviewImage.

size: BigInt!

File size in bytes. Value must be a positive integer up to 5TB.

chunkSize: BigInt = 104857600
Deprecated

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