Skip to content

Commit 2b1f1c4

Browse files
committed
javadoc
1 parent bd830f8 commit 2b1f1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/graphql/analysis/QueryTraversal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* defined type. See {@link QueryVisitorFieldEnvironment}.
4444
* <p/>
4545
* Further are the built in Directives skip/include automatically evaluated: if parts of the Document should be ignored they will not
46-
* be visited.
46+
* be visited. But this is not a full evaluation of a Query: every fragment will be visited/followed regardless of the type condition.
4747
*/
4848
@PublicApi
4949
public class QueryTraversal {

0 commit comments

Comments
 (0)