jaydenseric / graphql-upload

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.43k stars 132 forks source link

Support for `graphql` v16 #281

Closed saihaj closed 2 years ago

saihaj commented 2 years ago

Hey, I see https://github.com/jaydenseric/graphql-upload/commit/0222da1a35e70b5439963a7181021690f4ea39a0 support for v16 was added here but it was never published can you please cut a new release? Thanks!

jaydenseric commented 2 years ago

I've been working through the whole weekend to update various packages (e.g. https://github.com/jaydenseric/graphql-react/releases/tag/v16.0.0), and hope to be able to return to this one within the next day or so. There might be some other semver major changes to slip into the release. There is an important PR (https://github.com/jaydenseric/graphql-upload/pull/273) that I was hoping to have someone else review before publishing, but it's been a month so I think we'll just merge and YOLO it.

jaydenseric commented 2 years ago

This is no longer an issue in v13.0.0 🚀