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 63fca20 commit d933828Copy full SHA for d933828
spring-graphql-docs/src/docs/asciidoc/index.adoc
@@ -443,7 +443,7 @@ directly on the interface against properties of the Java return type declared by
443
`DataFetcher`. Additional fields on concrete implementations are not inspected, as there
444
is insufficient information about what Java types may be returned at runtime. This could
445
be improved in a future release to extend inspection to schema `interface` implementing
446
-types to look for a match among implementation classes of the Java interface.
+types to look for a match among subtypes of the declared Java return type.
447
448
449
[[execution.graphqlsource.operation-caching]]
0 commit comments