From cf90a8d338cccb21ad45e77c6bf0202e42546e73 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Tue, 28 May 2019 22:15:29 +0200 Subject: [PATCH] Add Laravel GraphQL implementation It's a spiritual success to the archived https://github.com/Folkloreatelier/laravel-graphql project which was previously removed in https://github.com/webonyx/graphql-php/pull/455 --- docs/complementary-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 4710ebd..e343b1b 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -3,6 +3,7 @@ * [Standard Server](executing-queries.md/#using-server) – Out of the box integration with any PSR-7 compatible framework (like [Slim](http://slimframework.com) or [Zend Expressive](http://zendframework.github.io/zend-expressive/)). * [Relay Library for graphql-php](https://github.com/ivome/graphql-relay-php) – Helps construct Relay related schema definitions. * [Lighthouse](https://github.com/nuwave/lighthouse) – Laravel based, uses Schema Definition Language +* [Laravel GraphQL](https://github.com/rebing/graphql-laravel) - Laravel wrapper for Facebook's GraphQL * [OverblogGraphQLBundle](https://github.com/overblog/GraphQLBundle) – Bundle for Symfony * [WP-GraphQL](https://github.com/wp-graphql/wp-graphql) - GraphQL API for WordPress