graphql-server-express-upload
graphql-server-express-upload copied to clipboard
Graphql Server Express file upload middleware
Step 3 in the instructions, "[Add UploadedFile resolver](https://github.com/HriBB/graphql-server-express-upload#3-add-uploadedfile-resolver)" is too hard to follow. Pasting the example code into a typical Apollo resolvers.js file wont work because `Kind` is undefined. Where...
hi, I'm try to use this package to upload a file following instruction, but I got a blob url instead file. Here is my code: in `server.js`: ```javascript {...} import...
We should probably support FileLists nested in variables. It's common to pass an input type rather than scalars for mutation and query params. It seems like a simple bit of...
@HriBB Do you perhaps have an example how to handle the file on the graphql server? If I forward it to my REST endpoint, it doesn't seem to be recognised...