Skip to content

GraphiQL explorer for GitHub GraphQL API on localhost

Notifications You must be signed in to change notification settings

int128/gh-graphql-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-graphql-explorer go

This is a GitHub CLI extension that provides GraphiQL explorer for GitHub GraphQL API.

Getting Started

GitHub CLI is required.

Install the extension from this repository:

gh extension install int128/gh-graphql-explorer

Run the extension:

$ gh graphql-explorer
2026/01/24 14:26:19 gh-graphql-explorer is available at http://localhost:12345

Open the URL in your browser.

You can execute GraphQL queries with your GitHub authentication.

image

How it works

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.

About

GraphiQL explorer for GitHub GraphQL API on localhost

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •