Skip to content

Javascript-esque DSL for quickly testing GraphQL APIs in Go

Notifications You must be signed in to change notification settings

andyyu2004/gqlt

Repository files navigation

gqlt

Tooling

Language Server

Install the language server go install github.com/movio/gqlt/cmd/gqlt@latest.

If your editor supports language servers, set it up appropriately.

VS Code integration

Build the language server as above.

git clone git@github.com:movio/gqlt
cd vscode-gqlt
npm i
npx vsce package

This outputs a file gqlt-<version>.vsix. This can be installed from vscode using the command Extensions: Install from VSIX.

Set the following setting. It currently has to be the full path. "gqlt.path": "/home/<user>/go/bin/gqlt"

About

Javascript-esque DSL for quickly testing GraphQL APIs in Go

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors