8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02605b1 + d1de4b0 commit 9202021Copy full SHA for 9202021
graphql/execution/executor.py
@@ -84,7 +84,7 @@ def execute(
84
context = options["context_value"]
85
if variables is None and "variable_values" in options:
86
warnings.warn(
87
- "variable_values has been deprecated. Please use values=... instead.",
+ "variable_values has been deprecated. Please use variables=... instead.",
88
category=DeprecationWarning,
89
stacklevel=2,
90
)
0 commit comments