Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding json_deserialize parameter to aiohttp and httpx transports #465

Merged

Conversation

leszekhanusz
Copy link
Collaborator

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

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leszekhanusz leszekhanusz changed the title Adding json_unserialize parameter to AIOHTTP transport Adding json_unserialize parameter to aiohttp and httpx transports Feb 8, 2024
@leszekhanusz leszekhanusz changed the title Adding json_unserialize parameter to aiohttp and httpx transports Adding json_deserialize parameter to aiohttp and httpx transports Feb 8, 2024
@leszekhanusz leszekhanusz merged commit a3f0bd9 into graphql-python:master Feb 8, 2024
16 checks passed
@leszekhanusz leszekhanusz deleted the feature_json_unserialize branch February 8, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant