From 745f72af3e98ea659c6da7fb81243fc79882b522 Mon Sep 17 00:00:00 2001 From: Samuel Date: Sat, 11 Jan 2020 23:24:58 +0100 Subject: [PATCH] Suggest xkojimedia/laravel-altair-graphql package --- docs/laravel-package.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/laravel-package.md b/docs/laravel-package.md index bbcdfeb292..5151a3f6f5 100644 --- a/docs/laravel-package.md +++ b/docs/laravel-package.md @@ -138,9 +138,15 @@ $ composer require mll-lab/laravel-graphql-playground By default, the playground will be available at `/graphql-playground`. +Or you can install [Altair GraphQL Client](https://github.com/XKojiMedia/laravel-altair-graphql) + +```console +$ composer require xkojimedia/laravel-altair-graphql +``` + You can also use any external client with GraphQLite, make sure to point it to the URL defined in the config (`'/graphql'` by default). ## Troubleshooting HTTP 419 errors If HTTP requests to GraphQL endpoint generate responses with the HTTP 419 status code, you have an issue with the configuration of your -CSRF token. Please check again [the paragraph dedicated to CSRF configuration](#configuring-csrf-protection). \ No newline at end of file +CSRF token. Please check again [the paragraph dedicated to CSRF configuration](#configuring-csrf-protection).