Skip to content

Commit

Permalink
Add new python client library ql (graphql#1765)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <[email protected]>
  • Loading branch information
2 people authored and mandiwise committed Nov 17, 2024
1 parent 9f199f8 commit 18c1ee1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/code/language-support/python/client/ql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: ql
description: Non intrusive python GraphQL client wrapped around pydantic.
url: https://dsal3389.github.io/ql/
github: https://github.com/dsal3389/ql
---

GraphQL client library, wrapped around pydantic classes for type validation,
provides a safe and simple way to query data from a GraphQL API.

Features:

- python objects to valid GraphQL string
- scalar query responses
- type-safety

## Install

```console
pip3 install pydantic-graphql
```

0 comments on commit 18c1ee1

Please sign in to comment.