❄ GraphQL development inside Sublime Text
- Install from
packagecontrol.ioor unpack the zip in your packages directory
-
Run
Graphql Playground: Create configfrom the command palette -
Install LSP-graphql for full GraphQL language support (autocomplete, diagnostics..)
-
Open a graphql file
-
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)
