-
Notifications
You must be signed in to change notification settings - Fork 423
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
Async support for Interfaces is not implemented on master #605
Comments
Are you using master? Interfaces have yet to be ported to async master and thus don't currently work on master. |
Hi @LegNeato , So I have to go back on classic master if I understood well ? |
Either you need to use the latest release on crates.io (which is sync but has interfaces and unions) or you need to wait until master has support for interfaces (happy to take a PR as well!). Also, you should be able to delete |
Related to #549 |
Thank you for your clear answer ! |
This can come back when graphql-rust#605 exists.
Landed in #682 |
Hi there!
I am getting troubles to make this simple piece of code working :
I a getting this error :
Thank you for your help in advance !
Best regards
The text was updated successfully, but these errors were encountered: