@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class ComplexArgument extends CustomArgument<ComplexArgument> implements ComplexTyped<ComplexArgument>, ExecutesClosures
Used to create arguments to custom operations that are a custom (complex) type
Type | Name and description |
---|---|
java.lang.String |
typeName |
Constructor and description |
---|
ComplexArgument
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
accepts(groovy.lang.Closure closure) |
|
graphql.schema.GraphQLInputType |
getType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
ComplexArgument |
typeName(java.lang.String typeName) |
|
void |
validate() |
Groovy Documentation