Skip to content

Fix a typo in a deprecation warning #200

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

Merged

Conversation

wbwlkr
Copy link
Contributor

@wbwlkr wbwlkr commented Jul 26, 2018

The deprecation warning says :
"variable_values has been deprecated. Please use values=... instead.",
But, the key argument written here should be variables and not values, as it is written above at line 85 :
if variables is None and "variable_values" in options:

The deprecation warning says :
```"variable_values has been deprecated. Please use values=... instead.",```
But, the key argument written here should be `variables` and not `values`, as it is written above at line 85 : 
```if variables is None and "variable_values" in options:```
@syrusakbary syrusakbary merged commit 9202021 into graphql-python:master Jul 27, 2018
@toolness toolness mentioned this pull request Feb 15, 2019
2 tasks
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.

2 participants