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
Hi, thanks for reaching out with this idea. I'm checking this out, but I personally prefer generating the GraphQL schema from Rust types because that makes it easier to customize the data types. For example, we use serde to automatically generate BSON serializers for storing data in MongoDB. I also don't have much interest in using juniper because async-graphql is just so well-done!
Check this out
https://docs.rs/juniper-from-schema/0.5.2/juniper_from_schema/
The text was updated successfully, but these errors were encountered: