Skip to content

Commit 7abde47

Browse files
committed
Documentation fix, issue graphql#335.
1 parent aa1da3b commit 7abde47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/learn/BestPractice-Pagination.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ That leads us to a problem; though; how do we get the cursor from the object? We
6161
hero {
6262
name
6363
friends(first:2) {
64-
node {
65-
name
64+
edges {
65+
node {
66+
name
67+
}
68+
cursor
6669
}
67-
cursor
6870
}
6971
}
7072
}

0 commit comments

Comments
 (0)