From 47bcabfd7b1b5ecbd3db35b2c9c5a722fbe66e09 Mon Sep 17 00:00:00 2001 From: Vasily Kartashov Date: Fri, 29 Jun 2018 16:56:14 +0700 Subject: [PATCH] Update complementary-tools.md Adding reference to graphql-batch-processing library (cherry picked from commit ec77f43) --- 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