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've ben using the async-graphql crate (along with axum for the web server) at work on projects and I find it more complete and better documented than juniper. So I'd like to migrate DrMem to use async-graphql/axum for its client API.
I've ben using the
async-graphqlcrate (along withaxumfor the web server) at work on projects and I find it more complete and better documented thanjuniper. So I'd like to migrate DrMem to useasync-graphql/axumfor its client API.