Python Asyncio GraphQL Client
A simple asynchronous Python GraphQL client based on asyncio and aiohttp.
Features
- It's just a lightweight wrapper around aiohttp client sessions
- Support for queries and mutations compatible with the GraphQL over HTTP spec
- Support for file uploads following the GraphQL multipart form requests spec
- Support for subscriptions following the graphql-ws protocol spec
- Fully type annotated code base
- Full test coverage