### GraphQL Playground --- ❄ GraphQL development inside Sublime Text

Support me on Patreon

![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)