async-graphql / examples

217 stars 54 forks source link

Examples for async-graphql

A git submodule that shows example async-graphql projects.

Directory structure

Running Examples

To run the examples, clone the top-level repo, async-graphql and then issue the following commands:

git clone async-graphql/async-graphql
# in async-graphql repo, install needed dependencies
cargo build

# update this repo as a git submodule
git submodule update

To run the example axum-starwars:

# change into the example folder and run a relevant binary
cargo run --bin axum-starwars

To list all available binary targets:

cargo run --bin