@groovy.transform.CompileStatic @groovy.transform.InheritConstructors class ComplexArgument extends CustomArgument
Used to create arguments to custom operations that are a custom (complex) type
Type | Name and description |
---|---|
java.lang.String |
typeName |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
accepts(groovy.lang.Closure closure) |
|
GraphQLInputType |
getType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
ComplexArgument |
typeName(java.lang.String typeName) |
|
void |
validate() |
Methods inherited from class | Name |
---|---|
class CustomArgument |
getArgument, getType, validate |