@Version(value="0.0.1")
See: Description
| Interface | Description |
|---|---|
| Connection<T> |
The
Connection interface provides support for implementing the Connection Types, according to the specification from
https://relay.dev/graphql/connections.htm#sec-Connection-Types. |
| Edge<T> |
The
Edge interface provides support for implementing the Edge Types, according to the specification from
https://relay.dev/graphql/connections.htm#sec-Edge-Types. |
| PageInfo |
The
PageInfo interface provides support for implementing the identically named type from
https://relay.dev/graphql/connections.htm#sec-Connection-Types.Fields.PageInfo. |
| 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.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.