From eda425c1d0decf3d98051ee5899cc2b647310fe1 Mon Sep 17 00:00:00 2001 From: Erik Moqvist Date: Sat, 11 Jun 2022 15:25:59 +0200 Subject: [PATCH] Add gqt tool --- src/content/code/tools/gqt.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/content/code/tools/gqt.md diff --git a/src/content/code/tools/gqt.md b/src/content/code/tools/gqt.md new file mode 100644 index 0000000000..cb8e629231 --- /dev/null +++ b/src/content/code/tools/gqt.md @@ -0,0 +1,14 @@ +--- +name: gqt +description: Build and execute GraphQL queries in the terminal. +url: https://github.com/eerimoq/gqt +github: eerimoq/gqt +--- + +Run ``gqt`` against your GraphQL endpoint. Build your query in an +intuitive TUI and execute it. The response from the server is written +to standard output. + +```bash +gqt -e https://your.app.com/graphql +```