@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class UpdateEntityDataFetcher extends DefaultGormDataFetcher
A class for updating an entity with GraphQL
- The domain returnType to updateFields inherited from class | Fields |
---|---|
class DefaultGormDataFetcher |
associations, entity, entityFetchOptions, propertyName |
Type | Name and description |
---|---|
GraphQLDataBinder |
dataBinder |
Type Params | Return Type | Name and description |
---|---|---|
|
T |
get(DataFetchingEnvironment environment) |
|
protected java.util.Map |
getEntityArgument(DataFetchingEnvironment environment) |
|
protected GormEntity |
getInstance(DataFetchingEnvironment environment) |
|
boolean |
supports(GraphQLDataFetcherType type) |
Methods inherited from class | Name |
---|---|
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |