Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapitanluffy/sublime-graphql-playground
❄GraphQL development inside Sublime Text
https://github.com/kapitanluffy/sublime-graphql-playground
graphql sublime-text sublime-text-plugin
Last synced: about 2 months ago
JSON representation
❄GraphQL development inside Sublime Text
- Host: GitHub
- URL: https://github.com/kapitanluffy/sublime-graphql-playground
- Owner: kapitanluffy
- License: mit
- Created: 2021-09-21T12:49:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T05:57:35.000Z (about 2 years ago)
- Last Synced: 2024-05-01T22:48:25.979Z (9 months ago)
- Topics: graphql, sublime-text, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### GraphQL Playground
---
❄ GraphQL development inside Sublime Text
![preview](preview.png)
##### Installation
- Install from `packagecontrol.io` or unpack the [zip](https://github.com/kapitanluffy/sublime-graphql-playground/archive/master.zip) in your packages directory
##### Usage
1. Run `Graphql Playground: Create config` from the command palette
2. Install [LSP-graphql](https://github.com/sublimelsp/LSP-graphql) for full GraphQL language support (autocomplete, diagnostics..)
2. Open a graphql file
##### Keybindings
- Open/close query variables (`ctrl/cmd+y`, `v`)
- Create graphql config (`ctrl/cmd+y`, `c`)
- Run query under the cursor (`ctrl/cmd+enter`)
- Move between selected views ( `alt+1`, `alt+2`, `alt+3` )
##### Support
You can always support me via [Patreon](https://www.patreon.com/kapitanluffy) or [Ko-fi](https://www.ko-fi.com/kapitanluffy)
##### License
[MIT](LICENSE)