Skip to content

dougschroeder/altair-graphql-plugin-graphql-explorer

 
 

Repository files navigation

altair-graphql-plugin-graphql-explorer

A Plugin for Altair GraphQL Client (only tested on Chrome extension) that adds the OneGraph GraphiQL Explorer

Install

npm install

Build and Run

npm run build; npm run web-server

Install Altair GraphQL Client Chrome Extension

https://chrome.google.com/webstore/detail/altair-graphql-client/flnheeellpciglgpaodhkhmapeljopja?hl=en

Read about Altair Plugins

https://altair.sirmuel.design/docs/plugins/

Modify Altair Settings to point to locally served plugin

In the Altair Chrome extension, go to settings, click the "toggle advanced mode" link, add set this JSON:

{
  "theme": "system",
  "language": "en-US",
  "addQueryDepthLimit": 3,
  "tabSize": 2,
  "enableExperimental": true,
  "plugin.list": [
    "url:altair-graphql-plugin-graphql-explorer::[url]->[http://localhost:8002]"
  ]
}

image

Restart Chrome Browser Extension

Click on the "GraphiQL Explorer" tab

image

Start Exploring!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.0%
  • CSS 22.0%