@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class DeleteEntityDataFetcher extends DefaultGormDataFetcher
A class for deleting entities with GraphQL
- The domain returnType to deleteFields inherited from class | Fields |
---|---|
class DefaultGormDataFetcher |
associations, entity, entityFetchOptions, propertyName |
Type | Name and description |
---|---|
GraphQLDeleteResponseHandler |
responseHandler |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
delete(DataFetchingEnvironment environment) |
|
protected void |
deleteInstance(GormEntity instance) |
|
T |
get(DataFetchingEnvironment environment) |
Methods inherited from class | Name |
---|---|
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |