aqlgen

A schema generator for async-graphql 4.x

Quick start

Installation

In order to install, just run the following command shell cargo install aqlgen

This will install cargo-aqlgen in your ~/.cargo/bin.

Usage

shell cargo aqlgen --schema {schema.graphql} --output {model folder}

For more information

shell cargo aqlgen --help