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, getPageInfo

    Methods inherited from interface com.echothree.model.control.graphql.server.graphql.count.CountingConnection

    getTotalCount

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface graphql.annotations.connection.PaginatedData

    getCursor, hasNextPage, hasPreviousPage