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: core/graphql.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1411,6 +1411,7 @@ A `paginationInfo` field can be queried to obtain the following information:
1411
1411
* `itemsPerPage`: the number of items per page. To change it, follow the [pagination documentation](pagination.md#changing-the-number-of-items-per-page).
1412
1412
* `lastPage`: the last page of the collection.
1413
1413
* `totalCount`: the total number of items in the collection.
1414
+
* `hasNextPage`: does the current collection offers a next page.
1414
1415
1415
1416
The collection items data are available in the `collection` field.
0 commit comments