-
Notifications
You must be signed in to change notification settings - Fork 535
Unmet Peer version, need to update supported dependencies #807
Comments
@adam-nielsen do you know if this project is going to be deprecated? |
No idea. I tried e-mailing the GraphQL contact address to ask if anyone was looking at this project as it seems to have become abandoned, but I haven't received a response. Maybe someone should log an issue on the GraphQL documentation site to ask whether the express-graphql stuff should be removed, given that it is no longer being maintained? |
I just created for them a ticket in the linux foundation Jira. Thank you @adam-nielsen for taking the time to answer me. |
I have created an issue in the Linux Foundation Jira https://jira.linuxfoundation.org/plugins/servlet/theme/portal/26/RR-4, but I don't know if it is enough. |
For those interested, I forked the project at https://github.com/BlueSialia/express-graphql to solve this and some other issues I was having. 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 |
FYI, Looks like they are deprecating express-graphql in favor of graphql-http: #816. |
From the various graphql servers alternatives, in our experience the easiest one to migrate over to, almost a drop in replacement, was GraphQL Yoga with their Express integration. |
This project is deprecated and we recommend to moving to alternatives. You can read more here https://github.com/graphql/express-graphql#this-library-is-deprecated |
When installing graphql and express-graphql, I am encountering this error
unmet peer graphql@"^14.7.0 || ^15.3.0": found 16.5.0
Please update the packages to support the latest version of dependencies
The text was updated successfully, but these errors were encountered: