@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class CreateEntityDataFetcher extends DefaultGormDataFetcher
A class for creating entities with GraphQL
- The domain returnType to createFields 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 |
getArgument(DataFetchingEnvironment environment) |
|
protected GormEntity |
getNewInstance() |
|
boolean |
supports(GraphQLDataFetcherType type) |
Methods inherited from class | Name |
---|---|
class DefaultGormDataFetcher |
buildCriteria, get, getDatastore, getFetchArguments, getIdentifierValues, getStaticApi, initializeEntity, loadEntity, queryInstance, withTransaction |