| 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 |
|---|---|
@NotNull PageInfo |
Connection.getPageInfo() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericConnection<T>
As per https://relay.dev/graphql/connections.htm a "connection"
is a page of results for a paginated query.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull PageInfo |
GenericConnection.getPageInfo() |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.