gql 3.5.0
0
GraphQL client for Python
Contents
GraphQL client for Python
Stars: 1536, Watchers: 1536, Forks: 178, Open Issues: 11The graphql-python/gql
repo was created 8 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1536 github stars!
How to Install gql
You can install gql using pip
pip install gql
or add it to a project with poetry
poetry add gql
Package Details
- Author
- Syrus Akbary
- License
- MIT
- Homepage
- https://github.com/graphql-python/gql
- PyPi:
- https://pypi.org/project/gql/
- GitHub Repo:
- https://github.com/graphql-python/gql
Classifiers
- Software Development/Libraries
Related Packages
Errors
A list of common gql errors.
Code Examples
Here are some gql
code examples and snippets.
GitHub Issues
The gql package has 11 open issues on GitHub
- Query has depth of 13, which exceeds max depth of 10
- Code generation for typed operations?