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?
optionalfileName?: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]