From 817a61855dd86b59f4a00f15d2c968f4d2445741 Mon Sep 17 00:00:00 2001 From: James H <32926722+jayy-lmao@users.noreply.github.com> Date: Thu, 30 Jan 2020 17:33:17 +1100 Subject: [PATCH] Update README.md (#245) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69d51597..a237fae2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A curated list of examples related to actix. * [actix-realworld-example-app](https://github.com/fairingrey/actix-realworld-example-app) : Implementation of the RealWorld backend API spec in Actix. * [Canduma](https://github.com/clifinger/canduma) : rust authentication server boilerplate * [Broker](https://crates.io/crates/broker) : Real-time Zero-Code API Server +* [Rust, Docker & GraphQL](https://github.com/jayy-lmao/rust-graphql-docker): An example of using Dataloaders, context, and a minimal docker container. ## Contribute