From 396d3370dcca9a86dd174fb9a33b99b31b7bdb42 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 23 Nov 2018 11:00:26 +0100 Subject: [PATCH] Mention simPod/GraphQL-Utils Resolves #70 Closes #393 --- docs/complementary-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index a92d66b..1f42449 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -14,6 +14,7 @@ * [DataLoaderPHP](https://github.com/overblog/dataloader-php) – as a ready implementation for [deferred resolvers](data-fetching.md#solving-n1-problem) * [GraphQL Uploads](https://github.com/Ecodev/graphql-upload) – A PSR-15 middleware to support file uploads in GraphQL. * [GraphQL Batch Processor](https://github.com/vasily-kartashov/graphql-batch-processing) – Provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches. +* [GraphQL Utils](https://github.com/simPod/GraphQL-Utils) – Objective schema definition builders (no need for arrays anymore) and `DateTime` scalar * [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server _(experimental)_ # General GraphQL Tools