| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GraphQL.IDE.app.zip | 2016-12-06 | 43.9 MB | |
| README.md | 2016-12-06 | 1.7 kB | |
| Version 1.0.0.tar.gz | 2016-12-06 | 2.0 MB | |
| Version 1.0.0.zip | 2016-12-06 | 2.0 MB | |
| Totals: 4 Items | 47.9 MB | 0 | |
Features
Project
- [x] Ability to set headers on project level
Environment
- [x] Rename endpoints to environments
- [x] Selected environment will effect all queries (previously query stored the selected endpoint, found this to be annoying)
- [x] Store variables on environment level
- [x] Cache schema
- [x] Ability to save schema to
.jsonfile - [x] Store query method (GET/POST) on environment level
Panels
- [x] Collection panel (List of saved queries)
- [x] Clear collection
- [x] History panel (List of executed queries)
- [x] Clear history
- [x] Project panel
- [x] Title field
- [x] Description field
- [x] Headers editor
- [x] Environment panel
- [x] Title field
- [x] Url field
- [x] Query method field
- [x] Variables editor
- [x] Save schema button
- [x] Refresh schema button
- [x] Refreshed schema at label
- [x] Documentation panel
- [x] GraphiQL's Documentation Explorer
- [x] Query panel
- [x] Title field
- [x] Headers field
- [x] Query variables panel (GraphiQL)
General
- [x] Tabs to switch between multiple queries
- [x] Shortcuts for frequently used actions
- [x] Reload app (⌘R)
- [x] Execute query (⌘E)
- [x] Prettify query (⌘O)
- [x] Save query (⌘S)
- [x] New Tab (⌘T)
- [x] Close Tab (⌘W)
- [x] Toggle Collection panel (⌘1)
- [x] Toggle History panel (⌘2)
- [x] Toggle Project panel (⌘3)
- [x] Toggle Environment panel (⌘4)
- [x] Toggle Query panel (⌘5)
- [x] Toggle Documentation panel (⌘6)
- [x] Toggle Query variables panel (⌘7)
- [x] Support 1.0 export in version 0.1
- [x] Project import based on new datastructure
- [x] Project export based on new datastructure