We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5e28d commit 4628a7dCopy full SHA for 4628a7d
src/main/java/graphql/util/TraversalControl.java
@@ -14,7 +14,9 @@ public enum TraversalControl {
14
*/
15
QUIT,
16
/**
17
- * When returned from a Visitor's method, indicates skipping traversal of a subtree
+ * When returned from a Visitor's method, indicates skipping traversal of a subtree.
18
+ * When turned from the 'leave' method it is the same as CONTINUE, because the subtree is already
19
+ * visited
20
- ABORT,
21
+ ABORT
22
}
0 commit comments