| Package | Description |
|---|---|
| org.apache.sling.graphql.api.pagination |
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
|
| org.apache.sling.graphql.helpers |
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable Cursor |
Cursor.fromEncodedString(@Nullable String encoded)
Generates a new cursor based on an
encoded value obtained via the same encoding mechanism this class uses. |
@NotNull Cursor |
Edge.getCursor() |
@NotNull Cursor |
PageInfo.getEndCursor() |
@NotNull Cursor |
PageInfo.getStartCursor() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Cursor |
GenericConnection.getEndCursor() |
@NotNull Cursor |
GenericConnection.getStartCursor() |
| Modifier and Type | Method and Description |
|---|---|
GenericConnection.Builder<T> |
GenericConnection.Builder.withStartAfter(@Nullable Cursor c)
If set, the connection will skip to the first item after the
c Cursor. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.