Interface Connection<T>
-
- All Known Implementing Classes:
GenericConnection
@ConsumerType public interface Connection<T>
TheConnection
interface provides support for implementing the Connection Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Connection-Types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Iterable<Edge<T>>
getEdges()
@NotNull PageInfo
getPageInfo()
-