Skip to content

Commit d933828

Browse files
committed
Polishing
See gh-662
1 parent 63fca20 commit d933828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ directly on the interface against properties of the Java return type declared by
443443
`DataFetcher`. Additional fields on concrete implementations are not inspected, as there
444444
is insufficient information about what Java types may be returned at runtime. This could
445445
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.
446+
types to look for a match among subtypes of the declared Java return type.
447447

448448

449449
[[execution.graphqlsource.operation-caching]]

0 commit comments

Comments
 (0)