@groovy.transform.CompileStatic class ComplexField extends Field<ComplexField> implements ComplexTyped<ComplexField>
A class used to represent a field that has a custom (complex) type
Type | Name and description |
---|---|
java.lang.String |
typeName |
Constructor and description |
---|
ComplexField
() |
Type Params | Return Type | Name and description |
---|---|---|
|
graphql.schema.GraphQLInputType |
getInputType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
graphql.schema.GraphQLOutputType |
getType(GraphQLTypeManager typeManager, org.grails.datastore.mapping.model.MappingContext mappingContext) |
|
ComplexField |
typeName(java.lang.String typeName) |
|
void |
validate() |
Groovy Documentation