| Package | Description |
|---|---|
| org.apache.sling.graphql.helpers |
This package contains APIs which are independent of
a specific implementation of the underlying graphQL engine.
|
| 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 |
|---|---|
Connection<T> |
GenericConnection.Builder.build()
Build the Connection - can only be called once.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.