OBJECT
PageInfo
link GraphQL Schema definition
- type PageInfo {
- # Cursor for the prior page if exists, otherwise matches start
- String! :
- # Start cursor for the entry; can be used to replay this page
- String! :
- # End cursor; this can be used to request the next page
- String! :
- # True if more data is available, false otherwise
- Boolean! :
- Boolean! :
- # Number of records returned
- Int! :
- }