Skip to content

Commit 18c1ee1

Browse files
dsal3389benjie
authored andcommitted
Add new python client library ql (graphql#1765)
Co-authored-by: Benjie <[email protected]>
1 parent 9f199f8 commit 18c1ee1

File tree

1 file changed

+21
-0
lines changed
  • src/code/language-support/python/client

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)