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.

chunkSize: BigInt = 104857600

File chunk size in bytes. Value must be integer between 5MB and 1GB.