Interface | Description |
---|---|
GraphQLPaginationResponseHandler | Defines how a pagination response is defined and built |
PaginationResult | Stores the result of a pagination query |
Class | Description |
---|---|
DefaultGraphQLPaginationResponseHandler | Controls how a page of results are returned |
PagedResultListPaginationResponse | A default pagination response that gathers data from a grails.gorm.PagedResultList |
PaginatedType | Helper class to inform the type system that a custom operation returns a paginated result for the given type. |