fileUpload
Upload a file. This mutation must be sent as a multipart
request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
fileUpload(
file: Upload!
): FileUpload
Arguments
fileUpload.file
● Upload!
non-null scalar miscellaneous
Represents a file in a multipart request.
Type
FileUpload
object miscellaneous
Upload a file. This mutation must be sent as a
multipart
request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec