Skip to main content

Interface: StandardFileUploadInput

Defined in: type/StandardFileUploadInput.ts:4

Input object for StandardFileUploadInput

Properties

file

file: File

Defined in: type/StandardFileUploadInput.ts:6

File reference from filesystem GraphQL Upload form-data specification


fileName?

optional fileName?: string

Defined in: type/StandardFileUploadInput.ts:8

Name to use for storing the file [if not provided the actual upload file name will be used]