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.
2 parents 4600885 + c395efe commit 592ae9dCopy full SHA for 592ae9d
README.md
@@ -15,7 +15,7 @@ are resolved in a independent manner and with a true graph of objects, you may b
15
A naive implementation of graphql data fetchers can easily lead to the dreaded "n+1" fetch problem.
16
17
Most of the code is ported directly from Facebook's reference implementation, with one IMPORTANT adaptation to make
18
-it work for Java 8. ([more on this below](manual-dispatching)).
+it work for Java 8. ([more on this below](#manual-dispatching)).
19
20
But before reading on, be sure to take a short dive into the
21
[original documentation](https://github.com/facebook/dataloader/blob/master/README.md) provided by Lee Byron (@leebyron)
0 commit comments