From ca546c525a750cf1e5706b17efb395a2f5fa24f0 Mon Sep 17 00:00:00 2001 From: Brandon Konkle Date: Mon, 21 Mar 2022 13:22:05 -0600 Subject: [PATCH] Add rust-example-caster-api to COMMUNITY.md --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index 62b2f42b0..34d7a5ebd 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -26,3 +26,4 @@ If you have built an app using SeaORM and want to showcase it, feel free to open - [JinShu](https://github.com/gengteng/jinshu) | A cross-platform **I**nstant **M**essaging system written in 🦀 - [rust-juniper-playground](https://github.com/Yama-Tomo/rust-juniper-playground) | juniper with SeaORM example - [Oura Postgres Sink](https://github.com/dcSpark/oura-postgres-sink) | Sync a postgres database with the cardano blockchain using [Oura](https://github.com/txpipe/oura) +- [Rust Async-GraphQL Example: Caster API](https://github.com/bkonkle/rust-example-caster-api) | A demo GraphQL API using Tokio, Warp, async-graphql, and SeaOrm