All Projects → skevy → Graphiql App

skevy / Graphiql App

Licence: mit
Light, Electron-based Wrapper around GraphiQL

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

GraphiQL.app

Build Status

A light, Electron-based wrapper around GraphiQL.

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

macOS installation

If you have Homebrew installed on macOS:

brew install --cask graphiql

Alternately, download the binary from the Releases tab.

Linux installation

The graphiql-app uses the AppImage format for its Linux version. You download it from the Electron app directory (click the "Download for Linux"-button) or from the Releases tab.

Either way, you will get a .AppImage binary. Put it in a safe place and make it executable:

chmod +x graphiql-app-0.7.2-x86_64.AppImage

Then simply execute the app. It will ask whether to add shortcuts to your desktop and menus for easy access in the future.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].