Add async-graphql example (#93)

Fixes https://github.com/tokio-rs/axum/issues/68
This commit is contained in:
Sunli
2021-08-04 12:10:20 +02:00
committed by GitHub
parent 015f6e0c21
commit 09ecd42b32
6 changed files with 414 additions and 0 deletions
+1
View File
@@ -17,3 +17,4 @@
- [`tls_rustls`](../examples/tls_rustls.rs) - TLS with [`tokio-rustls`](https://crates.io/crates/tokio-rustls).
- [`chat`](../examples/chat.rs) - Chat application example.
- [`404`](../examples/404.rs) - Custom 404 page.
- [`async-graphql`](../examples/async-graphql) - GraphQL example using [`async-graphql`](https://crates.io/crates/async-graphql).