PageInfo
Object

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

NameDescription
hasNextPage* 
Boolean!
Whether there is a next page of results at the time of retrieval.
hasPreviousPage* 
Boolean!
Whether there is a previous page of results at the time of retrieval.
endCursor 
String
An opaque string cursor for retrieving the next page of results.
startCursor 
String
An opaque string cursor for retrieving the previous page of results.

Seen in

Parent nameParent typeDescription
AdvertisementBrandingsConnectionObjectpageInfo field
CandidateProcessHistoryItemConnectionObjectpageInfo field
EventsConnectionObjectpageInfo field
HiringOrganizationsConnectionObjectpageInfo field
PositionOpeningConnectionObjectpageInfo field
PositionProfileConnectionObjectpageInfo field
WebhookAttemptsConnectionObjectpageInfo field
WebhookRequestsConnectionObjectpageInfo field
WebhookSubscriptionReplaysConnectionObjectpageInfo field
WebhookSubscriptionsConnectionObjectpageInfo field