@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(PersistentEntity entity, GraphQLServiceManager serviceManager) |
|
protected graphql.schema.GraphQLOutputType |
getType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
void |
validate() |