@PublicApi public interface ConnectionCursor
connection
cursor in Relay which is an opaque
string that the server understands. Often this is base64 encoded but the spec only
mandates that it be an opaque cursor so meaning can't be inferred from it (to prevent cheating like
pre calculating the next cursor on the client say)
See https://facebook.github.io/relay/graphql/connections.htm#sec-CursorModifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |