Uses of Interface
io.leangen.graphql.execution.relay.Connection
-
Packages that use Connection Package Description io.leangen.graphql.execution.relay io.leangen.graphql.execution.relay.generic -
-
Uses of Connection in io.leangen.graphql.execution.relay
Subinterfaces of Connection in io.leangen.graphql.execution.relay Modifier and Type Interface Description interfacePage<N>Created by bojan.tomic on 4/6/16. -
Uses of Connection in io.leangen.graphql.execution.relay.generic
Classes in io.leangen.graphql.execution.relay.generic that implement Connection Modifier and Type Class Description classGenericPage<N>Created by bojan.tomic on 5/16/16.Methods in io.leangen.graphql.execution.relay.generic with type parameters of type Connection Modifier and Type Method Description static <N,E extends graphql.relay.Edge<N>,C extends Connection<E>>
CPageFactory. createOffsetBasedConnection(List<N> nodes, long count, long offset, BiFunction<N,graphql.relay.ConnectionCursor,E> edgeCreator, BiFunction<List<E>,graphql.relay.PageInfo,C> connectionCreator)
-