| Interface | Description |
|---|---|
| ConnectionFetcher<T> | |
| ConnectionValidator | |
| PaginatedData<T> |
This class is the result of a connection.
|
| Class | Description |
|---|---|
| AbstractPaginatedData<T> | |
| ConnectionDataFetcher<T> | |
| PaginatedDataConnectionFetcher<T> |
Use this class in
GraphQLConnection to do a real pagination,
i.e you fetch each time the relevant data, you make the cursors and
you decide if there are previous or next pages |
| PaginatedDataConnectionTypeValidator | |
| SimplePaginatedData<T> |
| Annotation Type | Description |
|---|---|
| GraphQLConnection |
Specifies that the annotated field or method (given it is also
annotated with
GraphQLField) is a collection that will
be adhering Relay Connection specification
At the moment, the only allowed type for such field is List<?> |