Uses of Class
com.atlassian.confluence.rest.serialization.jackson2.graphql.GraphQLPagination
Packages that use GraphQLPagination
Package
Description
-
Uses of GraphQLPagination in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return GraphQLPaginationModifier and TypeMethodDescriptionChildContentProvider.attachments(graphql.schema.DataFetchingEnvironment env, String expand, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) ChildContentProvider.children(graphql.schema.DataFetchingEnvironment env, String expand, String type, Integer parentVersion, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo) 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 -
Uses of GraphQLPagination in com.atlassian.confluence.rest.serialization.jackson2.graphql
Modifier and TypeClassDescriptionclassA graphql formatted pagination response.