aiogqlc

Python aynchronous/IO GraphQL client with file upload and subscription support.

MIT License

Downloads
15.2K
Stars
18
Committers
4
aiogqlc -

Published by DoctorJohn about 1 month ago

aiogqlc - Latest Release

Published by DoctorJohn 10 months ago

aiogqlc -

Published by DoctorJohn 10 months ago

aiogqlc - v5.0.0

Published by DoctorJohn 10 months ago

The connection initialization parameters of the legacy graphql-ws protocol now default to an empty JSON object {} instead of null. This is to be more aligned with the reference implementation.

Furthermore, various constants have been removed from aiogqlc.constants. They were not considered part of the public API, but in case you used them, you might need to update your code.

aiogqlc -

Published by DoctorJohn 12 months ago

This release adds official support for Python 3.12 and enables the passing of extra request options to aiohttp.

aiogqlc - v4.0.0

Published by DoctorJohn about 1 year ago

This release drops support for Python 3.7 and adds support for Python 3.11

aiogqlc -

Published by DoctorJohn about 2 years ago

aiogqlc -

Published by DoctorJohn about 3 years ago

This release drops support for Python 3.6 and adds support for Python 3.10.

aiogqlc -

Published by DoctorJohn over 3 years ago

This release adds support for WebSocket subscriptions following the graphql-ws protocol.