@groovy.transform.InheritConstructors @groovy.transform.CompileStatic class PaginatedEntityDataFetcher<T> extends EntityDataFetcher<T> implements PaginatingGormDataFetcher<T>
A class for retrieving a single page of entities with GraphQL
T - The collection return type| Type | Name and description |
|---|---|
GraphQLPaginationResponseHandler |
responseHandler |
| Constructor and description |
|---|
PaginatedEntityDataFetcher() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected T |
executeQuery(DataFetchingEnvironment environment, java.util.Map queryArgs) |