Contents

gql 3.5.0

0

GraphQL client for Python

GraphQL client for Python

Stars: 1457, Watchers: 1457, Forks: 176, Open Issues: 9

The graphql-python/gql repo was created 7 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1457 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
No  gql  pypi packages just yet.

Errors

A list of common gql errors.

Code Examples

Here are some gql code examples and snippets.

GitHub Issues

The gql package has 9 open issues on GitHub

  • Query has depth of 13, which exceeds max depth of 10
  • Code generation for typed operations?

See more issues on GitHub

Related Packages & Articles

ariadne 0.23.0

Ariadne is a Python library for implementing GraphQL servers.

starlette 0.37.2

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.