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