PageInfo
object
Pagination information.
Fields
endCursor
String
When paginating forwards, the cursor to continue.
hasNextPage
Boolean!
non-null
When paginating forwards, are there more items?
hasPreviousPage
Boolean!
non-null
When paginating backwards, are there more items?
startCursor
String
When paginating backwards, the cursor to continue.