You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Batch functions which return Objects instead of Arrays
506
+
507
+
DataLoader expects batch functions which return an Array of the same length as
508
+
the provided keys. However this is not always a common return format from other
509
+
libraries. A DataLoader higher-order function can convert from one format to another. The example below converts a `{ key: value }` result to the format
0 commit comments