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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Cursor pagination was made popular by GraphQL, and this library conforms to the
15
15
16
16
- First you specify the sort config. This contains a list of field names with their orders. It must contain a unique key.
17
17
- Then you request how many items you would like to fetch with `first`.
18
-
- Each item you get back also contains an opaque string cursor. The cursor is an encrypted string that contains the sort config along with the value of each field in the sort config.
18
+
- Each item you get back also contains an opaque string cursor. The cursor is an encrypted string that contains the names of the fields in the sort config, alongside their values.
19
19
- To fetch the next set of items you make a new request with `first` and `afterCursor` being the cursor of the last item you received.
20
20
21
21
If you want to fetch items in reverse order you can use `last` and `beforeCursor` instead.
0 commit comments