Uses of Package
org.apache.sling.graphql.api.pagination
Packages that use org.apache.sling.graphql.api.pagination
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.
-
Classes in org.apache.sling.graphql.api.pagination used by org.apache.sling.graphql.api.paginationClassDescriptionThis 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.The
Edgeinterface provides support for implementing the Edge Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Edge-Types.ThePageInfointerface provides support for implementing the identically named type from https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo. -
Classes in org.apache.sling.graphql.api.pagination used by org.apache.sling.graphql.helpersClassDescriptionThe
Connectioninterface provides support for implementing the Connection Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Connection-Types.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.TheEdgeinterface provides support for implementing the Edge Types, according to the specification from https://relay.dev/graphql/connections.htm#sec-Edge-Types.ThePageInfointerface provides support for implementing the identically named type from https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo.