Interface PageInfo
-
- All Known Implementing Classes:
GenericConnection
@ConsumerType public interface PageInfoThePageInfointerface provides support for implementing the identically named type from https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CursorgetEndCursor()@NotNull CursorgetStartCursor()booleanisHasNextPage()booleanisHasPreviousPage()
-