Class GraphQLPageResponse<T>

java.lang.Object
com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination<T>
com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPageResponse<T>
All Implemented Interfaces:
PageResponse<T>, Iterable<T>

public class GraphQLPageResponse<T> extends GraphQLPagination<T> implements PageResponse<T>
A graphql formatted pagination response. See http://graphql.org/learn/pagination for more information on the rationale for the structure of this data type.
Since:
8.9.0