@groovy.transform.CompileStatic class ComplexOperation extends CustomOperation
Used to create custom operations with custom (complex) types
Type | Name and description |
---|---|
java.lang.String |
typeName |
Type Params | Return Type | Name and description |
---|---|---|
|
protected GraphQLOutputType |
getType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
void |
returns(groovy.lang.Closure closure) |
|
ComplexOperation |
typeName(java.lang.String typeName) |
|
void |
validate() |
Methods inherited from class | Name |
---|---|
class CustomOperation |
argument, argument, argument, buildDataFetcher, createField, dataFetcher, defaultListArguments, getType, validate |