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
I want to attach directives to schema resolvers, one way to do this is manual setup schema and pass it to GraphQL server (to much imports are required). Easy way is allow to accees schema.
The text was updated successfully, but these errors were encountered:
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 🚀
And regarding the issue here, Yoga is completely separated from the way you do HTTP or create your schema, so any schema solution you use will work with Yoga!
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.
Thank you all for your feedback and suggestions, you made this release possible!
Please try Yoga out again, give us feedback and help us spread the word on the new release!
I want to attach directives to schema resolvers, one way to do this is manual setup schema and pass it to GraphQL server (to much imports are required). Easy way is allow to accees schema.
The text was updated successfully, but these errors were encountered: