@groovy.transform.CompileStatic class ComplexField extends Field
A class used to represent a field that has a custom (complex) type
Type | Name and description |
---|---|
java.lang.String |
typeName |
Type Params | Return Type | Name and description |
---|---|---|
|
GraphQLInputType |
getInputType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
GraphQLOutputType |
getType(GraphQLTypeManager typeManager, MappingContext mappingContext) |
|
ComplexField |
typeName(java.lang.String typeName) |
|
void |
validate() |
Methods inherited from class | Name |
---|---|
class Field |
defaultValue, getInputType, getType, input, output, validate |