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

Feature get_execution_result argument of execute and subscribe #257

Merged

Conversation

leszekhanusz
Copy link
Collaborator

Add new argument get_execution_result to execute and subscribe methods.

If get_execution_result is True, then the full ExecutionResult (with the extension field) is returned to the user.

@codecov-commenter
Copy link

Codecov Report

Merging #257 (c000c51) into master (6cfab1e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #257   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         1650      1657    +7     
=========================================
+ Hits          1650      1657    +7     
Impacted Files Coverage Δ
gql/client.py 100.00% <100.00%> (ø)
gql/transport/exceptions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cfab1e...c000c51. Read the comment docs.

@leszekhanusz leszekhanusz merged commit 5df465b into graphql-python:master Nov 24, 2021
@leszekhanusz leszekhanusz deleted the feature_get_execution_result branch March 12, 2022 12:43
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.

Customizable ExecutionResult, or how to get other API response parts
2 participants