-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add async-graphql integration #5632
base: main
Are you sure you want to change the base?
Conversation
|
2e570fb
to
e3654f2
Compare
e3654f2
to
bc7ed52
Compare
Co-authored-by: Yassin Eldeeb <[email protected]>
5a2c25f
to
6495a3c
Compare
axum = ["dep:axum-core", "dep:http"] | ||
|
||
[dependencies] | ||
async-graphql = { git = "https://github.com/XiNiHa/async-graphql.git", rev = "16785021140660f8d62b85c17fec51428f4eb523" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can also just land it with your fork temporarily until the blocked PR is merged, cc @dotansimha @kamilkisiela
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works well on my local too!
Blocked by async-graphql/async-graphql#1606 to be merged
Background
Support for async-graphql was lacking.
Description
Checklist