Interface Connection<E extends graphql.relay.Edge>
-
- All Known Subinterfaces:
Page<N>
- All Known Implementing Classes:
GenericPage
public interface Connection<E extends graphql.relay.Edge>
Created by bojan.tomic on 4/6/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<E>
getEdges()
graphql.relay.PageInfo
getPageInfo()
-