@groovy.transform.AutoClone @groovy.transform.CompileStatic class ComplexGraphQLProperty extends CustomGraphQLProperty
Used to represent a custom property that has a custom (complex) type
Fields inherited from class | Fields |
---|---|
class CustomGraphQLProperty |
mappingContext |
Type | Name and description |
---|---|
java.lang.String |
typeName |
Type Params | Return Type | Name and description |
---|---|---|
|
GraphQLType |
getGraphQLType(GraphQLTypeManager typeManager, GraphQLPropertyType propertyType) |
|
void |
type(groovy.lang.Closure closure) |
|
ComplexGraphQLProperty |
typeName(java.lang.String typeName) |
|
void |
validate() |
Methods inherited from class | Name |
---|---|
class CustomGraphQLProperty |
dataFetcher, getDataFetcher, getGraphQLType, input, order, output, setMappingContext, validate |
class OrderedGraphQLProperty |
compareTo, getOrder |