Uses of Class
com.atlassian.confluence.rest.serialization.graphql.GraphQLPagination
-
Packages that use GraphQLPagination Package Description com.atlassian.confluence.plugins.graphql.providers com.atlassian.confluence.plugins.like.graphql com.atlassian.confluence.rest.serialization.graphql -
-
Uses of GraphQLPagination in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return GraphQLPagination Modifier and Type Method Description GraphQLPagination<Content>ChildContentProvider. attachments(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo)GraphQLPagination<Content>ChildContentProvider. children(graphql.schema.DataFetchingEnvironment env, String expand, String type, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo)GraphQLPagination<Content>ChildContentProvider. comments(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, Set<String> location, String depth, javax.ws.rs.core.UriInfo uriInfo) -
Uses of GraphQLPagination in com.atlassian.confluence.plugins.like.graphql
Subclasses of GraphQLPagination in com.atlassian.confluence.plugins.like.graphql Modifier and Type Class Description static classLikesProvider.LikesResponse -
Uses of GraphQLPagination in com.atlassian.confluence.rest.serialization.graphql
Subclasses of GraphQLPagination in com.atlassian.confluence.rest.serialization.graphql Modifier and Type Class Description classGraphQLPageResponse<T>A graphql formatted pagination response.
-