From d781ec1fe8e04f26f41d33667ea4623769f9e8e3 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 28 Apr 2022 20:36:20 +0100 Subject: [PATCH] Minor fix in reference docs for BatchMapping methods Closes gh-360 --- 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 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. |===