-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.txt
34 lines (20 loc) · 955 Bytes
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
❄ GraphQL Playground
GraphQL development inside Sublime Text
##### 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+y`, `v`)
- Create graphql config (`ctrl+y`, `c`)
- Run query under the cursor (`ctrl+enter`)
- Move between selected views ( `alt+1`, `alt+2`, `alt+3` )
For issues and feedback:
https://github.com/kapitanluffy/sublime-graphql-playground/issues
Support us here:
- https://patreon.com/kapitanluffy
- https://ko-fi.com/kapitanluffy
Also, thanks to the awesome people on Discord in helping me build this 🎉🎉🎉
#### Changelog
- Add support to graphql-config `toml` and `yaml` extensions
- Add support to graphql-config [passing headers](https://graphql-config.com/schema#passing-headers)