A schema generator for async-graphql 4.x
In order to install, just run the following command
shell
cargo install aqlgen
This will install cargo-aqlgen in your ~/.cargo/bin.
shell
cargo aqlgen --schema {schema.graphql} --output {model folder}
shell
cargo aqlgen --help