PageInfo
Page metadata for the cursor-based Connection pagination pattern
type PageInfo {
startCursor: String!
endCursor: String!
hasNextPage: Boolean!
hasPreviousPage: Boolean!
}
Fields
startCursor (String!)
Cursor pointing to the first entry of the page
endCursor (String!)
Cursor pointing to the last entry of the page
hasNextPage (Boolean!)
Indicates if there are additional entries after the end cursor
hasPreviousPage (Boolean!)
Indicates if there are additional entries before the start cursor