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