Skip to content

Commit 512827f

Browse files
committed
comment
1 parent 01296ce commit 512827f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/graphql/execution/conditional/ConditionalNodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public boolean shouldInclude(DirectivesContainer<?> element,
2626
GraphQLContext graphQLContext
2727
) {
2828
return shouldInclude(variables, element.getDirectives());
29+
// this was backported and additional code which allowed for custom Should include code was removed
2930
}
3031

3132

0 commit comments

Comments
 (0)