Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed May 17, 2020
2 parents 35c67b7 + 333fddb commit bd0f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/language/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def enter(self, node, key, parent, path, ancestors):
# any other value: replace this node with the returned value
return
def enter(self, node, key, parent, path, ancestors):
def leave(self, node, key, parent, path, ancestors):
# The return value has the following meaning:
# IDLE (None) or SKIP: no action
# BREAK: stop visiting altogether
Expand Down

0 comments on commit bd0f332

Please sign in to comment.