![JAR search and dependency download from the Maven repository](/logo.png)
graphql.relay.Connection Maven / Gradle / Ivy
The newest version!
package graphql.relay;
import java.util.List;
/**
* represents a connection in relay.
*/
public interface Connection {
List> getEdges();
PageInfo getPageInfo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy