@groovy.transform.InheritConstructors @groovy.transform.CompileStatic class PaginatedEntityDataFetcher extends EntityDataFetcher
A class for retrieving a single page of entities with GraphQL
- The collection return typeFields inherited from class | Fields |
---|---|
class DefaultGormDataFetcher |
associations, entity, entityFetchOptions, propertyName |
Type | Name and description |
---|---|
GraphQLPaginationResponseHandler |
responseHandler |
Type Params | Return Type | Name and description |
---|---|---|
|
protected T |
executeQuery(DataFetchingEnvironment environment, java.util.Map queryArgs) |
Methods inherited from class | Name |
---|---|
class EntityDataFetcher |
buildCriteria, executeQuery, get, getArguments, supports |
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |