-
Notifications
You must be signed in to change notification settings - Fork 537
Graphql 16.2.0 support #797
Comments
I think its fair to say this project is no longer maintained, even with regular community PR's being made. Might be best to find an alternative, we are. |
Is there an alternative solution? Working with node and express all Googling solutions always point to express-graphql. Trying to find a solution that doesn't require express-graphql or other dependencies. How do others use it? If everyone is depending on this library, we are all in trouble. |
My colleague reached out to maintainers on the community Discord and the good news is that there should be a new release soon-ish, so 🤞. I have also researched alternatives and I'd say the most promising one is graphql-helix, it's somewhat more minimal but also server-agnostic and there is pretty good tutorial to get it running with Express. |
I couldn't wait anymore, so I fork the project: https://github.com/GeorgesTech/express-graphql {
"express-graphql": "https://gitpkg.now.sh/GeorgesTech/express-graphql/npmDist?chore/graphql-16",
}
I do not plan to maintain the fork for a long time In the meantime, renovate/dependabot is happy |
I made the switch from |
…esn't seem to be updated anymore :( graphql/express-graphql#790 graphql/express-graphql#797
I moved to https://www.graphql-yoga.com/ V2 from https://www.the-guild.dev/ there is a migration path from express-graphql: https://www.graphql-yoga.com/docs/migration/migration-from-express-graphql If you happened to use the fork: https://github.com/GeorgesTech/express-graphql Happy migration :) |
For those interested, I also forked the project at https://github.com/BlueSialia/express-graphql. The company I work at uses it for a project, so I will be maintaining it for a long while. Be aware that I made some changes already to the library, so just replacing |
This library has been deprecated and this repo will be archived soon. It has been superseded by Furthermore, if you seek a fully-featured, well-maintained and performant server - I heavily recommend GraphQL Yoga! |
Currently I'm facing the 'Could not resolve dependency' err upon installing the express-graphql. Any info on this?
Thanks guys!
The text was updated successfully, but these errors were encountered: