Interface CountingPaginatedData<T>
- All Superinterfaces:
graphql.relay.Connection<T>,CountingConnection<T>,Iterable<T>,graphql.annotations.connection.PaginatedData<T>
- All Known Implementing Classes:
CountedObjects
public interface CountingPaginatedData<T>
extends graphql.annotations.connection.PaginatedData<T>, CountingConnection<T>
-
Method Summary
Methods inherited from interface graphql.relay.Connection
getEdges, getPageInfoMethods inherited from interface com.echothree.model.control.graphql.server.graphql.count.CountingConnection
getTotalCountMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface graphql.annotations.connection.PaginatedData
getCursor, hasNextPage, hasPreviousPage