8000 README update, pagination · jxmot/github-graphql-snippets@02c1ee8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02c1ee8

Browse files
committed
README update, pagination
1 parent e306053 commit 02c1ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagination/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GraphQL Pagination
22

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.
44

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.
66

77
# Queries and Pagination
88

0 commit comments

Comments
 (0)
0