mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Add async-graphql example (#93)
Fixes https://github.com/tokio-rs/axum/issues/68
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user