Update complementary-tools.md

Adding reference to graphql-batch-processing library

(cherry picked from commit ec77f43)
This commit is contained in:
Vasily Kartashov 2018-06-29 16:56:14 +07:00 committed by Vladimir Razuvaev
parent 4ef7920961
commit 47bcabfd7b

View File

@ -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