Skip to content

async-graphql/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a08ec5f · Jan 6, 2025
Nov 17, 2024
Jan 4, 2025
Nov 27, 2024
Jun 19, 2024
Nov 27, 2024
Nov 27, 2024
Jan 6, 2024
Mar 30, 2024
Mar 30, 2024
May 12, 2020
May 1, 2022
Sep 29, 2023
Jun 19, 2024

Repository files navigation

Examples for async-graphql

A git submodule that shows example async-graphql projects.

Directory structure

  • [poem] Examples for poem
  • [actix-web] Examples for actix-web
  • [warp] Examples for warp
  • [tide] Examples for tide
  • [rocket] Examples for rocket
  • [axum] Examples for axum
  • [loco] Examples for loco
  • [federation] Examples for Apollo Federation

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