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.
1 parent 5c5d5aa commit 7d72266Copy full SHA for 7d72266
src/graphql/utilities/ast_to_dict.py
@@ -37,9 +37,8 @@ def ast_to_dict(
37
) -> Any:
38
"""Convert a language AST to a nested Python dictionary.
39
40
- Set `location` to True in order to get the locations as well.
+ Set `locations` to True in order to get the locations as well.
41
"""
42
- """Convert a node to a nested Python dictionary."""
43
if isinstance(node, Node):
44
if cache is None:
45
cache = {}
0 commit comments