package graphql.relay; /** * represents a {@link Connection connection} cursor in relay. */ public interface ConnectionCursor { String getValue(); }