UploadFileInput
Provides the fields and values to use when uploading a file.
input UploadFileInput {
file: Upload!
model: FileModelInput!
data: JSON
}
Fields
UploadFileInput.file
● Upload!
non-null scalar
File's stream contents.
UploadFileInput.model
● FileModelInput!
non-null input
The model details of the file.
UploadFileInput.data
● JSON
scalar
Additional metadata of the file.
Member Of
uploadFile
mutation