Skip to content

Commit d781ec1

Browse files
committed
Minor fix in reference docs for BatchMapping methods
Closes gh-360
1 parent a3977ba commit d781ec1

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
@@ -1569,7 +1569,7 @@ Batch mapping methods can return:
15691569
| A sequence of batch loaded objects that must be in the same order as the source/parent
15701570
objects passed into the method.
15711571

1572-
| `Map<K,V>`, `List<V>`
1572+
| `Map<K,V>`, `Collection<V>`
15731573
| Imperative variants, e.g. without remote calls to make.
15741574

15751575
|===

0 commit comments

Comments
 (0)