diff --git a/graphql/execution/executor.py b/graphql/execution/executor.py index 7e49fdf8..1b5e884e 100644 --- a/graphql/execution/executor.py +++ b/graphql/execution/executor.py @@ -84,7 +84,7 @@ def execute( context = options["context_value"] if variables is None and "variable_values" in options: warnings.warn( - "variable_values has been deprecated. Please use values=... instead.", + "variable_values has been deprecated. Please use variables=... instead.", category=DeprecationWarning, stacklevel=2, )