Skip to content

Commit 0219c47

Browse files
committed
Add another case
1 parent e63d32a commit 0219c47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/groovy/graphql/validation/rules/SubscriptionRootFieldNoSkipNoIncludeTest.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class SubscriptionRootFieldNoSkipNoIncludeTest extends Specification {
3333
dog @skip(if: \$bool) {
3434
name
3535
}
36+
dog @include(if: true) {
37+
nickname
38+
}
3639
}
3740
"""
3841

0 commit comments

Comments
 (0)