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 |
---|---|---|
AdvertisementBrandingsConnection | Object | pageInfo field |
CandidateProcessHistoryItemConnection | Object | pageInfo field |
EventsConnection | Object | pageInfo field |
HiringOrganizationsConnection | Object | pageInfo field |
PositionOpeningConnection | Object | pageInfo field |
PositionProfileConnection | Object | pageInfo field |
WebhookAttemptsConnection | Object | pageInfo field |
WebhookRequestsConnection | Object | pageInfo field |
WebhookSubscriptionReplaysConnection | Object | pageInfo field |
WebhookSubscriptionsConnection | Object | pageInfo field |