Interface Edge<T>
-
- Type Parameters:
T- the edge'snodetype
@ConsumerType public interface Edge<T>TheEdgeinterface 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 CursorgetCursor()TgetNode()
-