From 3dab614107bac2c2734486754ac5f39b38c727cb Mon Sep 17 00:00:00 2001 From: Bradley <21098019+bradleyess@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:41:47 +1000 Subject: [PATCH] Update README.md (#1010) Add Formidable blog post for Async GraphQL w/ Rust. I found this to be an incredibly "real-world" example of using this library and I think lots of others will find similar value. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71e87987..a9544726 100644 --- a/README.md +++ b/README.md @@ -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)