| Package | Description |
|---|---|
| io.leangen.graphql.execution.relay | |
| io.leangen.graphql.execution.relay.generic |
| Modifier and Type | Method and Description |
|---|---|
List<Edge<N>> |
Page.getEdges() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericEdge<N>
Created by bojan.tomic on 5/16/16.
|
| Modifier and Type | Method and Description |
|---|---|
static <N> List<Edge<N>> |
PageFactory.createEdges(List<N> nodes,
CursorProvider<N> cursorProvider) |
List<Edge<N>> |
GenericPage.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
static <N> PageInfo<N> |
PageFactory.createPageInfo(List<Edge<N>> edges,
boolean hasNextPage,
boolean hasPreviousPage) |
| Constructor and Description |
|---|
GenericPage(List<Edge<N>> edges,
PageInfo<N> pageInfo) |
Copyright © 2016–2017. All rights reserved.