You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Thanks for this library! We've been using it and it's helpful.
I recently ran into an issue unrelated to Apollo, but related to the Koa body-parsing middleware this library expects and requires.
We installed koa-bodyparser which this library's readme recommends. However, you can see that package is stuck on version 4.
If you go to the Koa bodyparser's GitHub repo, it actually specifies the package name as @koa/bodyparser — and that package is on version 5 now (and actually maintained).
I had to use a new option added to version 5 to fix a bug, and couldn't understand why there was no version 5 on npm.
Please consider upgrading not just the readme here but also the code and test dependencies on this package.