Skip to content

Client: Add explicit overloads and remove *args arguments #306

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

Conversation

leszekhanusz
Copy link
Collaborator

Should fix issue #292

@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2022

Codecov Report

Merging #306 (62a7ca2) into master (5127e8c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #306   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         2072      2108   +36     
=========================================
+ Hits          2072      2108   +36     
Impacted Files Coverage Δ
gql/client.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 5127e8c...62a7ca2. Read the comment docs.

@leszekhanusz leszekhanusz merged commit 23c6f85 into graphql-python:master Mar 10, 2022
@leszekhanusz leszekhanusz deleted the fix_passing_positional_arguments_in_transports branch March 12, 2022 12:46
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.

client.execute(gql, variables) passes variable_values multiple times
2 participants