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_serialize and json_deserialize to requests transport #466

Conversation

leszekhanusz
Copy link
Collaborator

For the RequestsHTTPTransport:

  • Allow users to overwrite the json.dumps method used to serialize the json sent to the backend.
  • Allow users to overwrite the json.loads method used to deserialize 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 (a3f0bd9) 100.00% compared to head (1ae00ab) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #466   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         2625      2629    +4     
=========================================
+ Hits          2625      2629    +4     

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

@leszekhanusz leszekhanusz merged commit e5c7c8f into graphql-python:master Feb 8, 2024
16 checks passed
@leszekhanusz leszekhanusz deleted the feature_requests_json_serializer branch February 8, 2024 20:33
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