From d933828a238561ff3d501a493d2b7bfe44e4ad9c Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 19 Apr 2023 16:23:39 +0100 Subject: [PATCH] Polishing See gh-662 --- spring-graphql-docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index e2ca8299..519a61a1 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/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 `DataFetcher`. Additional fields on concrete implementations are not inspected, as there is insufficient information about what Java types may be returned at runtime. This could be improved in a future release to extend inspection to schema `interface` implementing -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. [[execution.graphqlsource.operation-caching]]