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

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