We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2c9826 + eda425c commit 0659e1aCopy full SHA for 0659e1a
src/content/code/tools/gqt.md
@@ -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