Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
provide safe and simple way to query data from a GraphQL API.

Features:

* python objects to valid GraphQL string
* scalar query responses
* typesafety

## Install

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