Interface PageInfo
- All Known Implementing Classes:
GenericConnection
@ConsumerType
public interface PageInfo
The
PageInfo interface provides support for implementing the identically named type from
https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo.-
Method Details
-
getStartCursor
-
getEndCursor
-
isHasPreviousPage
boolean isHasPreviousPage() -
isHasNextPage
boolean isHasNextPage()
-