From d4742a76e5f894e7a9bcdaeec6e2781161e09d76 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Thu, 14 Mar 2019 11:16:15 +0100 Subject: [PATCH] Remove deprecated tools and improve Lighthouse description - The folklore package was archived by the owner. - The lighthouse relay tools were integrated with the core --- docs/complementary-tools.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index d8261f7..4710ebd 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -2,10 +2,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. -* Laravel - - [Laravel GraphQL](https://github.com/Folkloreatelier/laravel-graphql) – Integration with Laravel 5 - - [laravel-graphql-relay](https://github.com/nuwave/laravel-graphql-relay) – Relay Helpers for Laravel - - [Lighthouse](https://github.com/nuwave/lighthouse) – GraphQL Server for Laravel +* [Lighthouse](https://github.com/nuwave/lighthouse) – Laravel based, uses Schema Definition Language * [OverblogGraphQLBundle](https://github.com/overblog/GraphQLBundle) – Bundle for Symfony * [WP-GraphQL](https://github.com/wp-graphql/wp-graphql) - GraphQL API for WordPress