T - The type of the entitiespublic interface SimpleConnection<T>
extends graphql.relay.Connection<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getData()
Get the list of the entities
|
default java.util.List<graphql.relay.Edge<T>> |
getEdges() |
default graphql.relay.PageInfo |
getPageInfo() |
long |
getTotalCount()
The amount of entities
|
java.util.List<T> getData()
long getTotalCount()
default java.util.List<graphql.relay.Edge<T>> getEdges()
getEdges in interface graphql.relay.Connection<T>default graphql.relay.PageInfo getPageInfo()
getPageInfo in interface graphql.relay.Connection<T>