Uses of Class
org.apache.sling.graphql.api.pagination.Cursor
Packages that use Cursor
Package
Description
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
-
Uses of Cursor in org.apache.sling.graphql.api.pagination
Methods in org.apache.sling.graphql.api.pagination that return CursorModifier and TypeMethodDescriptionstatic @Nullable CursorCursor.fromEncodedString(@Nullable String encoded) Generates a new cursor based on anencodedvalue obtained via the same encoding mechanismthisclass uses.@NotNull CursorEdge.getCursor()@NotNull CursorPageInfo.getEndCursor()@NotNull CursorPageInfo.getStartCursor() -
Uses of Cursor in org.apache.sling.graphql.helpers
Methods in org.apache.sling.graphql.helpers that return CursorModifier and TypeMethodDescription@NotNull CursorGenericConnection.getEndCursor()@NotNull CursorGenericConnection.getStartCursor()Methods in org.apache.sling.graphql.helpers with parameters of type CursorModifier and TypeMethodDescriptionGenericConnection.Builder.withStartAfter(@Nullable Cursor c) If set, the connection will skip to the first item after thecCursor.