public class GenericPage<N> extends Object implements Page<N>
| Constructor and Description |
|---|
GenericPage(List<graphql.relay.Edge<N>> edges,
graphql.relay.PageInfo pageInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<graphql.relay.Edge<N>> |
getEdges() |
graphql.relay.PageInfo |
getPageInfo() |
public graphql.relay.PageInfo getPageInfo()
getPageInfo in interface Connection<graphql.relay.Edge<N>>getPageInfo in interface Page<N>Copyright © 2016–2018. All rights reserved.