@groovy.transform.CompileStatic class SimpleOperation extends CustomOperation<SimpleOperation> implements Typed<SimpleOperation>
Used to create custom operations with simple types
Constructor and description |
---|
SimpleOperation
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected graphql.schema.DataFetcher |
buildDataFetcher(org.grails.datastore.mapping.model.PersistentEntity entity, GraphQLServiceManager serviceManager) |
|
protected graphql.schema.GraphQLOutputType |
getType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
void |
validate() |