@groovy.transform.CompileStatic class ComplexOperation extends CustomOperation<ComplexOperation> implements ExecutesClosures
Used to create custom operations with custom (complex) types
Type | Name and description |
---|---|
java.lang.String |
typeName |
Constructor and description |
---|
ComplexOperation
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected graphql.schema.GraphQLOutputType |
getType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
void |
returns(groovy.lang.Closure closure) |
|
ComplexOperation |
typeName(java.lang.String typeName) |
|
void |
validate() |
Groovy Documentation