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

graphql.relay.ConnectionCursor Maven / Gradle / Ivy

The newest version!
package graphql.relay;

/**
 * represents a {@link Connection connection} cursor in relay.
 */
public interface ConnectionCursor {

    String getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy