diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index 4ccea28c..0eaebcd1 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -1569,7 +1569,7 @@ Batch mapping methods can return: | A sequence of batch loaded objects that must be in the same order as the source/parent objects passed into the method. -| `Map`, `List` +| `Map`, `Collection` | Imperative variants, e.g. without remote calls to make. |===