We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd830f8 commit 2b1f1c4Copy full SHA for 2b1f1c4
1 file changed
src/main/java/graphql/analysis/QueryTraversal.java
@@ -43,7 +43,7 @@
43
* defined type. See {@link QueryVisitorFieldEnvironment}.
44
* <p/>
45
* Further are the built in Directives skip/include automatically evaluated: if parts of the Document should be ignored they will not
46
- * be visited.
+ * be visited. But this is not a full evaluation of a Query: every fragment will be visited/followed regardless of the type condition.
47
*/
48
@PublicApi
49
public class QueryTraversal {
0 commit comments