We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ec857 commit 54f21e2Copy full SHA for 54f21e2
src/main/kotlin/graphql/kickstart/tools/SchemaClassScanner.kt
@@ -150,7 +150,6 @@ internal class SchemaClassScanner(
150
when (typeDefinition) {
151
is ScalarTypeDefinition -> handleFoundScalarType(typeDefinition)
152
is InputObjectTypeDefinition -> {
153
- unvalidatedTypes.add(typeDefinition) // TODO <- ???
154
for (input in typeDefinition.inputValueDefinitions) {
155
handleDirectiveInput(input.type)
156
}
0 commit comments