Async GraphQL Client#
.. list-table::
:widths: 25 75
* - .. image:: images/aiographql-client-logo.svg
:width: 175
:height: 175
:align: right
:alt: Async GraphQL Client
- | An asynchronous GraphQL client built on top of `AIOHTTP`_ and `GraphQL-core 3`_.
|
| **Feature Highlights**
* client side schema introspection and validation
* ``aiohttp`` inspired API
* GraphQL query, mutation and subscription support
* **Bring Your Own Models**: Explicit decoding to ``dataclasses`` and ``Pydantic``
.. _AIOHTTP: https://docs.aiohttp.org/en/stable/
.. _GraphQL-core 3: https://graphql-core-3.readthedocs.io/en/latest/
Documentation Content#
.. toctree::
:caption: Introduction
:titlesonly:
:maxdepth: 1
introduction
.. toctree::
:caption: Reference
:titlesonly:
:maxdepth: 1
examples
transport
data-models
api
changelog
.. toctree::
:caption: Community
:titlesonly:
:maxdepth: 1
contributing
Index
* :ref:`genindex`