Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andev-software/graphql-ide
⚡️ GraphQL IDE - An extensive IDE for exploring GraphQL API's
https://github.com/andev-software/graphql-ide
graphiql graphql
Last synced: 3 days ago
JSON representation
⚡️ GraphQL IDE - An extensive IDE for exploring GraphQL API's
- Host: GitHub
- URL: https://github.com/andev-software/graphql-ide
- Owner: andev-software
- License: mit
- Created: 2016-11-21T11:57:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T15:41:15.000Z (over 6 years ago)
- Last Synced: 2024-05-21T18:12:28.766Z (6 months ago)
- Topics: graphiql, graphql
- Language: CSS
- Homepage:
- Size: 4.88 MB
- Stars: 993
- Watchers: 26
- Forks: 71
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - GraphQL IDE - An extensive IDE for exploring GraphQL API's. (Tools / Julia Libraries)
- awesome-hacking-lists - andev-software/graphql-ide - ⚡️ GraphQL IDE - An extensive IDE for exploring GraphQL API's (CSS)
README
An extensive IDE for exploring GraphQL API's---
## Features
- Manage projects
- Import/export
- Store queries
- Query history
- Custom headers
- Environment variables for dynamic headers## Installing
### MacOS
Unpack the latest app from the [releases][0] tab
### Window / Linux
Releases available soon, for now build the binary using
````
npm install -g electron
npm install
npm run package --all
````Run the binary using `electron .`
## Upgrade from 0.x
Download the latest 0.2.x version, this will give you an option to export any project for 1.x.
After you've installed 1.x you can import the project there. You can always go back to 0.x, your project data is stored at
`/Users/[username]/Library/Application Support/graphql-ide`## Contributing
Please file issues under GitHub, or submit a pull request if you'd like to directly contribute.
## Screenshots
Execute queries![Execute queries](assets/screenshot-1.png)
Custom headers![Custom headers](assets/screenshot-2.png)
Environment variables for dynamic headers![Custom headers](assets/screenshot-3.png)
Manage projects![Manage projects](assets/screenshot-4.png)
[0]: https://github.com/redound/graphql-ide/releases