-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old versions of graphql required - Can't use with new version of Prisma #573
Comments
Due to inactivity of this issue we have marked it |
I believe this is still relevant |
@heymartinadams If GitHub wasn't littered with stale bots, I would not write stupid comments like the one I'm writing right now. |
graphql-yoga introduces many warnings:
Please fix the dependencies |
I don’t think |
Thanks. |
same! but unfortunately apollo server + prisma + nexus don't play well together for us, something breaks literally everyday :/ |
It's always annoying when a module becomes unsupported / unmaintained, but I'd expect a proper announcement on the front page - let users know that end of life is coming so they have time to find alternatives. |
same goes for stale bots so people could react with a 👍 to avoid a stale |
Hey @vjsingh @pilatte @chris-aeviator @heymartinadams @bigman73 we @the-guild-org are the new maintainers of this project. We are actively working on
Would love to get your feedback on beta release and you can checkout our new docs https://www.graphql-yoga.com (still wip) |
Hey, @Urigo from The Guild here! You might know us from projects such as graphql-code-generator, envelop or graphql-tools. For a long time we thought that the Javascript ecosystem is still missing a lightweight cross-platform, but still highly customizable GraphQL Server. In the past the awesome Prisma team took on that great challenge and now we are happy to announce that we are continuing them and just released GraphQL Yoga 2.0 - Build fast, extensible, and batteries-included (Subscriptions, Serverless, File uploads support) GraphQL APIs in Node.js 🚀 We have been working a long time on version 2.0 and have been using it in our clients projects for a few months now and shared a couple of alpha cycles here. Please try Yoga out again, give us feedback and help us spread the word on the new release! |
Since updating Prisma, I get the same error as shown here - https://www.prisma.io/forum/t/duplicate-graphql-error-out-of-nowhere/5849
It appears that graphql-yoga is importing older versions of libraries, which required out of date versions of graphql. Can these be updated? See the list below. For instance,
graphql-subscriptions
is now at 1.1, but this library requires 0.60.The text was updated successfully, but these errors were encountered: