Pagination metadata for a result list.This is compliant with the Relay Cursor Connections Specification:https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo
Fields
Name | Description |
---|---|
Boolean! | Whether there is a next page of results at the time of retrieval. |
Boolean! | Whether there is a previous page of results at the time of retrieval. |
String | An opaque string cursor for retrieving the next page of results. |
String | An opaque string cursor for retrieving the previous page of results. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field | |
Object | pageInfo field |