We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12302b7 commit 002b769Copy full SHA for 002b769
docs/execution/dataloader.rst
@@ -28,8 +28,8 @@ Create loaders by providing a batch loading function.
28
A batch loading function accepts a list of keys, and returns a ``Promise``
29
which resolves to a list of ``values``.
30
31
-``DataLoader`` will coalesce all individual loads which occur within a
32
-single frame of execution (executed once the wrapping promise is resolved)
+``DataLoader`` will coalesce all individual loads which occur within a
+single frame of execution (executed once the wrapping promise is resolved)
33
and then call your batch function with all requested keys.
34
35
0 commit comments