We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ql
1 parent 9081f82 commit 0612797Copy full SHA for 0612797
src/code/language-support/python/client/ql.md
@@ -0,0 +1,19 @@
1
+---
2
+name: ql
3
+description: non intrusive python graphql client wrapped around pydantic.
4
+url: https://dsal3389.github.io/ql/
5
+github: https://github.com/dsal3389/ql
6
7
+
8
+Graphql client library, wrapped around pydantic classes for type validation,
9
+provide safe and simple way to query data from a graphql api.
10
11
+features:
12
+ * python objects to valid graphql string
13
+ * scalar query responses
14
+ * typesafety
15
16
+## install
17
+```console
18
+pip3 install pydantic-graphql
19
+```
0 commit comments