graphql-community / koa-graphql

Create a GraphQL HTTP server with Koa.
MIT License
843 stars 61 forks source link

Migrate from express-graphql to graphql-http #164

Open sstopkin opened 6 months ago

sstopkin commented 6 months ago

Hello. I'm getting this warning on npm i

npm WARN deprecated express-graphql@0.12.0: This package is no longer maintained. We recommend using `graphql-http` instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql.

Is it nessecary/possible to update this dependency? Thank you.