Skip to content

stevschmid/graphiql-app

 
 

Repository files navigation

GraphiQL.app

Build Status

A light, Electron-based wrapper around GraphiQL.

Provides a tabbed interface for editing and testing GraphQL queries/mutations with GraphiQL.

Installation

If you have Homebrew installed on OSX:

brew cask install graphiql

Alternately, download the binary from the Releases tab.

Getting started developing

  • Branch and/or clone the repo locally.
  • cd into it
  • install all the require packages: npm i
  • build the project: npm run build
  • start the project: npm start

About

Light, Electron-based Wrapper around GraphiQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.1%
  • CSS 6.8%
  • HTML 1.7%
  • Shell 0.4%