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();
}