-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update to work with juniper master #121
Comments
#122 is merged and we're now compatible with juniper master. At least all the tests are passing. Still some work to be done around subscriptions and async. See the todo list in the top comment. |
We now support async resolvers with a new |
The master branch now supports juniper 0.15. I've made a milestone for the things remaining before doing a proper release https://github.com/davidpdrsn/juniper-from-schema/milestone/1. |
It seems support for async GraphQL interfaces have landed in juniper master graphql-rust/juniper#682.
I think the time has come to start updating juniper-from-schema to support the latest master of juniper with all the changes thats been made. We should also migrate all generated code to use the juniper proc macros rather than the old and deprecated declarative macros.
I suspect this is going to be quite a big task and require some work. I urge users to remain patient.The work has begun!Todo
The text was updated successfully, but these errors were encountered: