GraphQL query builder.
Project description
This project is inspired by https://graphiql-online.com.
Installation
$ pip3 install gqt
Usage
Set default GraphQL end-point URL:
$ export GQT_URL=https://mys-lang.org/graphql
Interactively create a query and execute it:
$ gqt
{"statistics": {"number_of_graphql_requests": 234}}
Repeat last query:
$ gqt -r
{"statistics": {"number_of_graphql_requests": 235}}
Print the query instead of executing it:
$ gqt -q
{"query":"{statistics {number_of_graphql_requests}}"}
Use jq for indentation, colors and extracting field values:
$ gqt | jq
{
"statistics": {
"number_of_graphql_requests": 236
}
}
$ gqt | jq .statistics.number_of_graphql_requests
237
Ideas
Arguments and variables:
■: not null □: null $: variable
Scalar example:
╭─ Query │ ▼ standard_library │ ▼ package │ ■ name: "" │ □ name │ ▶ packages
List example:
╭─ Query │ ▼ item │ □ kinds: │ ■ kinds2: │ [0] ■ a: "foo" │ ■ b: "eq" │ ■ c: │ [0] ■ a: "x" │ ■ b: "y" │ [1] │ [1] ■ a: "bar" │ ■ b: "ne" │ □ c: │ [2]
Variables example:
╭─ Query │ ▼ standard_library │ ▼ package │ $ name: name │ ■ id: 5 │ $ kind: kind │ □ name │ □ number_of_downloads │ ▶ statistics ╭─ Variables │ name: "foo" │ kind: │ [0] ■ a: "bar" │ ■ b: "ne" │ □ c: │ [1]
Print the variables:
$ gqt -v {"name": "foo", "kind": [{"a": "bar", "b": "ne"}]}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gqt-0.34.0.tar.gz
(6.8 kB
view details)
Built Distribution
gqt-0.34.0-py3-none-any.whl
(7.3 kB
view details)
File details
Details for the file gqt-0.34.0.tar.gz
.
File metadata
- Download URL: gqt-0.34.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfb4554d8b327fc801b9d191de36a680c73df69a6000883b46eae71c268493c2 |
|
MD5 | 160abd2b51e02b84c0ef421a5a1a0ebc |
|
BLAKE2b-256 | 73b9fc85826218c85cad8b5669f599beeb875f0614bb837d252d0b255ec8de5a |
File details
Details for the file gqt-0.34.0-py3-none-any.whl
.
File metadata
- Download URL: gqt-0.34.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27ebe75671f8e9a06f7d47ebf0c58a33dfc526d7c76b9865c2f4cafcb58abd91 |
|
MD5 | b45896d319da1f545a3315225f124714 |
|
BLAKE2b-256 | f1d6e509dd14fa4e50823a789fa1906c385d8dea440dca42dce31737df158c95 |