Error with graphql-upload multipart request
EvgeniyZo opened this issue · 1 comments
EvgeniyZo commented
Argument "file" of required type "Upload!" was provided the variable "$file" which was not provided a runtime value
ivome commented
Looks like the file handle is not passed as part of the variables option when the queryComplexity validator is created. If you pass that in the variables, this should probably work...