-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Dynamic schema #88
Comments
@sunli829 thanks for the heads up. This will make things wayyyy easier. I can convert the database schema to graphql on startup 🤩. No need to compile on changes. |
Hey @sunli829, Is there a full demo on the dynamic schema v.s. static schema? I just saw the code snippet on the README.md but not a complete Rust example. Thanks!! |
Thanks for the great work!! @sunli829 |
I added a https://github.com/async-graphql/examples/tree/master/models/dynamic-starwars try it: https://github.com/async-graphql/examples/tree/master/poem/dynamic-starwars |
Thank you @sunli829 |
Thanks @sunli829 👏 |
Async-graphql
will support fully dynamic schema, a preview will be released this week, it will be great to use in combination withseaography
.The text was updated successfully, but these errors were encountered: