@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class CountEntityDataFetcher extends DefaultGormDataFetcher
A class for retrieving how many entities exist in the datastore
Fields inherited from class | Fields |
---|---|
class DefaultGormDataFetcher |
associations, entity, entityFetchOptions, propertyName |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Integer |
get(DataFetchingEnvironment environment) |
|
protected java.lang.Integer |
queryCount() |
|
boolean |
supports(GraphQLDataFetcherType type) |
Methods inherited from class | Name |
---|---|
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |