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: pagination/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# GraphQL Pagination
2
2
3
-
*Pagination* is the arrangement of a list of items. The entire list of items are broken done into smaller groups (*pages*) so the list is easier to navigate. In general the *pages* are the same size with the exception of the *last page*. It is possible that the last page may contain a smaller group of items as compare to the previous pages.
3
+
*Pagination* is the arrangement of a list of items. The entire list of items is broken done into smaller groups (*pages*) so the list is easier to navigate. In general the *pages* are the same size with the exception of the *last page*. It is possible that the last page may contain a smaller group of items as compared to the previous pages.
4
4
5
-
In this document I will retrieve a list of my *starred repositories*. I've starred over 200 so when I request a list of them they will be grouped into *pages*. The GitHub V4 API will proved a unique ID for each page. Navigation is accomplished by using those page IDs to navigate up or down in the list of starred repositories.
5
+
In this document I will retrieve a list of my *starred repositories*. I've starred over 200 of them so when I request a list they will be grouped into *pages*. The GitHub V4 API will proved a unique ID for each page. Navigation is accomplished by using those page IDs to navigate up or down in the list of starred repositories.
0 commit comments