You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Represents an edge in Relay which is essentially a node of data T and the cursor for that node.
* <p>
* See <a href="https://facebook.github.io/relay/graphql/connections.htm#sec-Edge-Types">https://facebook.github.io/relay/graphql/connections.htm#sec-Edge-Types</a>
*/
@PublicApi
@NullMarked
publicinterfaceEdge<T> {
/**
* @return the node of data that this edge represents, or null if the node failed to resolve