graphql-rust / graphql-client

Typed, correct GraphQL requests and responses in Rust
Apache License 2.0
1.12k stars 152 forks source link

Generating queries from async_graphql #463

Closed slyons closed 7 months ago

slyons commented 7 months ago

I was checking this project out, and I'm building an app in WASM that has a server component that will be running async_graphql. Is there any way to generate the query classes for graphql-client at build time from the async_graphql schema?