@PublicApi public interface PageInfo
edges when used
inside a connection
See https://facebook.github.io/relay/graphql/connections.htm#sec-undefined.PageInfo| Modifier and Type | Method and Description |
|---|---|
ConnectionCursor |
getEndCursor() |
ConnectionCursor |
getStartCursor() |
boolean |
isHasNextPage() |
boolean |
isHasPreviousPage() |
ConnectionCursor getStartCursor()
ConnectionCursor getEndCursor()
boolean isHasPreviousPage()
last argument.boolean isHasNextPage()
first argument.