Interface Edge<T>
-
- Type Parameters:
T
- the edge'snode
type
@ConsumerType public interface Edge<T>
TheEdge
interface provides support for implementing the Edge Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Edge-Types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Cursor
getCursor()
T
getNode()
-