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

Name
Description
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 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