All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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