| Package | Description |
|---|---|
| io.leangen.graphql.execution.relay | |
| io.leangen.graphql.execution.relay.generic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Page<N>
Created by bojan.tomic on 4/6/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPage<N>
Created by bojan.tomic on 5/16/16.
|
| Modifier and Type | Method and Description |
|---|---|
static <N,E extends graphql.relay.Edge<N>,C extends Connection<E>> |
PageFactory.createOffsetBasedConnection(List<N> nodes,
long count,
long offset,
BiFunction<N,graphql.relay.ConnectionCursor,E> edgeCreator,
BiFunction<List<E>,graphql.relay.PageInfo,C> connectionCreator) |
Copyright © 2016–2018. All rights reserved.