@Version("0.0.1")
Package org.apache.sling.graphql.api.pagination
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
-
Interface Summary Interface Description Connection<T> TheConnection
interface provides support for implementing the Connection Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Connection-Types.Edge<T> TheEdge
interface provides support for implementing the Edge Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Edge-Types.PageInfo ThePageInfo
interface provides support for implementing the identically named type from https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo. -
Class Summary Class Description Cursor This class provides a Base64-encoded cursor which is used for paginated results, according to the specification from https://relay.dev/graphql/connections.htm#sec-Cursor.