Skip to content

Commit eda425c

Browse files
committed
Add gqt tool
1 parent a2c9826 commit eda425c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/content/code/tools/gqt.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: gqt
3+
description: Build and execute GraphQL queries in the terminal.
4+
url: https://github.com/eerimoq/gqt
5+
github: eerimoq/gqt
6+
---
7+
8+
Run ``gqt`` against your GraphQL endpoint. Build your query in an
9+
intuitive TUI and execute it. The response from the server is written
10+
to standard output.
11+
12+
```bash
13+
gqt -e https://your.app.com/graphql
14+
```

0 commit comments

Comments
 (0)