From 972532cf6c1497c87ac59a162f75f86e269f96cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 12 Feb 2019 10:46:28 +0100 Subject: [PATCH] Adding GraphQLite to the list of PHP Tools --- docs/complementary-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 1f42449..90133b1 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -10,6 +10,7 @@ # GraphQL PHP Tools +* [GraphQLite](https://graphqlite.thecodingmachine.io) – Define your complete schema with annotations * [GraphQL Doctrine](https://github.com/Ecodev/graphql-doctrine) – Define types with Doctrine ORM annotations * [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.