From c40e8937a495a179c57c201bf2178ca473b86fc8 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Wed, 3 Jan 2024 10:23:28 +0530 Subject: [PATCH] adding tailcall --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eae6f8d..5f7eaceb 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ If you want to contribute to this list (please do), send me a pull request. - [juniper](https://github.com/graphql-rust/juniper) - GraphQL server library for Rust. - [graphql-client](https://github.com/tomhoule/graphql-client) - GraphQL client library for Rust with WebAssembly (wasm) support. - [graphql-parser](https://github.com/graphql-rust/graphql-parser) - A parser, formatter and AST for the GraphQL query and schema definition language for Rust. +- [tailcall](https://tailcall.run) - A high-performance graphQL backend.