Skip to content

Commit 2824a57

Browse files
authored
Apply suggestions from code review
1 parent 0612797 commit 2824a57

File tree

1 file changed

+7
-5
lines changed
  • src/code/language-support/python/client

1 file changed

+7
-5
lines changed

src/code/language-support/python/client/ql.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ url: https://dsal3389.github.io/ql/
55
github: https://github.com/dsal3389/ql
66
---
77

8-
Graphql client library, wrapped around pydantic classes for type validation,
9-
provide safe and simple way to query data from a graphql api.
8+
GraphQL client library, wrapped around pydantic classes for type validation,
9+
provide safe and simple way to query data from a GraphQL API.
1010

11-
features:
12-
* python objects to valid graphql string
11+
Features:
12+
13+
* python objects to valid GraphQL string
1314
* scalar query responses
1415
* typesafety
1516

16-
## install
17+
## Install
18+
1719
```console
1820
pip3 install pydantic-graphql
1921
```

0 commit comments

Comments
 (0)