From a6f91a71b50cf4f1e76cd153231601ee38fb7f9d Mon Sep 17 00:00:00 2001 From: Lucio Martinez Date: Fri, 19 Sep 2025 11:08:19 +0200 Subject: [PATCH] Offer a desktop app alternative in the docs Leave a link to the GraphiQL.app project so users can have a quick access to library with a simple installation process --- packages/graphiql/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/graphiql/README.md b/packages/graphiql/README.md index 24b3526a58..67b056f172 100644 --- a/packages/graphiql/README.md +++ b/packages/graphiql/README.md @@ -52,6 +52,12 @@ _/ˈɡrafək(ə)l/_ A graphical interactive in-browser GraphQL IDE. - [`Parcel`](../../examples/graphiql-parcel) - An example using [Parcel](https://parceljs.org) +## Desktop app + +[GraphiQL.app](https://github.com/skevy/graphiql-app) is an Electron-based wrapper around GraphiQL which you can install as a Desktop app. + +Note: the maintainance of this app is outside this project. + ## Getting started - [Migration guide to GraphiQL 2](../../docs/migration/graphiql-2.0.0.md)