Merge branch 'master' of github.com:async-graphql/async-graphql

This commit is contained in:
Sunli 2022-08-05 14:50:50 +08:00
commit 2451725188
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ cd examples && cargo run --bin [name]
## Blog Posts
- [Async GraphQL with Rust](https://formidable.com/blog/2022/async-graphql-with-rust-1/)
- [GraphQL in Rust](https://romankudryashov.com/blog/2020/12/graphql-rust/)
- [How to implement a Rust micro-service using Rocket, GraphQL, PostgreSQL](https://lionkeng.medium.com/how-to-implement-a-rust-micro-service-using-rocket-graphql-postgresql-a3f455f2ae8b)