graphql-upload
graphql-upload copied to clipboard
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
It's hard to use the actual `processRequest` for Lambda because it does not give me a `request`, `response` model to follow to write a middleware. I've rewritten it to accept...
Helpful for schema proxying, see: https://github.com/yaacovCR/graphql-tools-fork/blob/with-apollo-upload-client/src/scalars/GraphQLUpload.ts#L10 Maybe your package could provide two scalars, one for server?
Solution from [koa-busboy](https://github.com/dominhhai/koa-busboy/pull/7) works on GCF with express should i make a pull request out of [this](https://github.com/gcoda/graphql-upload/commit/e22efc3e18a74808234b5aeff6428b742a1d3531)?
When we set payload size limit and got a file with way too large payload size, we will get error but we couldn't determine which field has large payload size....
facing issue: Misordered multipart fields; files should follow ‘map’