![JAR search and dependency download from the Maven repository](/logo.png)
graphql.relay.Edge Maven / Gradle / Ivy
The newest version!
package graphql.relay;
/**
* represents an edge in relay.
*/
public interface Edge {
T getNode();
ConnectionCursor getCursor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy