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

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.

Removal: 1 Jan 2026