introspection for repeatable directive info (#2113) · graphql-java/graphql-java@43668fb · GitHub
Skip to content

Commit 43668fb

Browse files
authored
introspection for repeatable directive info (#2113)
1 parent ad2e8ad commit 43668fb

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

src/main/java/graphql/introspection/Introspection.java

Lines changed: 4 additions & 0 deletions

src/main/java/graphql/introspection/IntrospectionQuery.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public interface IntrospectionQuery {
2121
" args {\n" +
2222
" ...InputValue\n" +
2323
" }\n" +
24+
" isRepeatable\n" +
2425
" }\n" +
2526
" }\n" +
2627
" }\n" +

src/test/groovy/graphql/introspection/IntrospectionTest.groovy

Lines changed: 22 additions & 0 deletions

0 commit comments

Comments
 (0)