graphql-python / gql

A GraphQL client in Python
https://gql.readthedocs.io
MIT License
1.56k stars 180 forks source link

Adding json_deserialize parameter to aiohttp and httpx transports #465

Closed leszekhanusz closed 9 months ago

leszekhanusz commented 9 months ago

Allow users to overwrite the json.loads method used to parse the json received from the backend.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3a641b1) 100.00% compared to head (faa40d7) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #465 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 29 29 Lines 2623 2625 +2 ========================================= + Hits 2623 2625 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.