Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/graphiql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down