From ec77f439fb1cc463ad1b80ef8873068faa7b4775 Mon Sep 17 00:00:00 2001 From: Vasily Kartashov Date: Fri, 29 Jun 2018 13:56:14 +0400 Subject: [PATCH] Update complementary-tools.md Adding reference to graphql-batch-processing library --- docs/complementary-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index aec6d01..c0db6f0 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -11,6 +11,7 @@ * [DataLoader PHP](https://github.com/overblog/dataloader-php) - as a ready implementation for [deferred resolvers](data-fetching.md#solving-n1-problem) * [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server (experimental) * [GraphQL Uploads](https://github.com/Ecodev/graphql-upload) for the Standard Server +* [GraphQL Batch Processor](https://github.com/vasily-kartashov/graphql-batch-processing) - Simple library that provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches. # General GraphQL Tools