This is a GitHub CLI extension that provides GraphiQL explorer for GitHub GraphQL API.
GitHub CLI is required.
Install the extension from this repository:
gh extension install int128/gh-graphql-explorerRun the extension:
$ gh graphql-explorer
2026/01/24 14:26:19 gh-graphql-explorer is available at http://localhost:12345Open the URL in your browser.
You can execute GraphQL queries with your GitHub authentication.
This extension starts a local HTTP server that serves the following endpoints:
GET /: Serves the GraphiQL page. See index.html for details.POST /graphql: Proxies the request to GitHub GraphQL API with authentication.