StandardFileUploadInput
No description
input StandardFileUploadInput {
file: Upload!
fileName: String
}
Fields
StandardFileUploadInput.file
● Upload!
non-null scalar
File reference from filesystem GraphQL Upload form-data specification
StandardFileUploadInput.fileName
● String
scalar
Name to use for storing the file [if not provided the actual upload file name will be used]
Member Of
UploadFileInput
input