From 2dcf6dba41eaf1017106eaf0aebd129cb570d08d Mon Sep 17 00:00:00 2001 From: Charly POLY <1252066+charlypoly@users.noreply.github.com> Date: Wed, 15 Jun 2022 23:40:12 +0200 Subject: [PATCH] doc(integrations): add section for Laravel Lighthouse (#144) --- packages/web/docs/pages/specs/integrations.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/web/docs/pages/specs/integrations.md b/packages/web/docs/pages/specs/integrations.md index ad03306e0..113e61bc4 100644 --- a/packages/web/docs/pages/specs/integrations.md +++ b/packages/web/docs/pages/specs/integrations.md @@ -1,5 +1,14 @@ # Integrations +## Laravel Lighthouse (PHP) + +The [Lighthouse GraphQL Hive](https://github.com/stayallive/lighthouse-graphql-hive) 3rd party integration can be used to measure and collect data against all your GraphQL operations. +At the moment, **it does not support Schema publishing**. + +Get started [on their repository](https://github.com/stayallive/lighthouse-graphql-hive). + +## Write a new Integration + Writing a third-party integration? We'd love to hear about it and help you! Contact us at [contact@the-guild.dev](mailto:contact@the-guild.dev) or using the chat available in the bottom right corner of the page.