We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ql
1 parent 9f199f8 commit 18c1ee1Copy full SHA for 18c1ee1
src/code/language-support/python/client/ql.md
@@ -0,0 +1,21 @@
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
+provides a safe and simple way to query data from a GraphQL API.
10
11
+Features:
12
13
+- python objects to valid GraphQL string
14
+- scalar query responses
15
+- type-safety
16
17
+## Install
18
19
+```console
20
+pip3 install pydantic-graphql
21
+```
0 commit comments