graphql-upload icon indicating copy to clipboard operation
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.

Results 5 graphql-upload issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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)?

enhancement

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’