You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphql2python is a tool that generates python code out of your GraphQL schema.
8
+
**graphql2python** is a tool that generates python code out of your GraphQL schema.
9
9
If you are using python as GraphQL client you can to generate GraphQL queries and
10
-
pydantic data-model with graphql2python.
10
+
pydantic data-model with **graphql2python**.
11
+
12
+
The documentation for **graphql2python** can be found at [https://denisart.github.io/graphql2python](https://denisart.github.io/graphql2python).
11
13
12
14
graphql2python has the following tools for your python GraphQL client:
13
15
14
16
- python classes for generate of GraphQL queries;
15
17
- the function for generation of pydantic data-model by your GraphQL schema;
16
18
- ... (in future releases);
17
19
18
-
The special example for [gql](https://gql.readthedocs.io/en/latest/index.html) users [here](https://github.com/denisart/graphql2python/blob/master/docs/source/gql.rst).
20
+
The special example for [gql](https://gql.readthedocs.io/en/latest/index.html) users [here](https://denisart.github.io/graphql2python/gql.html).
0 commit comments