@groovy.transform.AutoClone @groovy.transform.CompileStatic class ComplexGraphQLProperty extends CustomGraphQLProperty<ComplexGraphQLProperty> implements ExecutesClosures
Used to represent a custom property that has a custom (complex) type
Type | Name and description |
---|---|
java.lang.String |
typeName |
Constructor and description |
---|
ComplexGraphQLProperty
() |
Type Params | Return Type | Name and description |
---|---|---|
|
graphql.schema.GraphQLType |
getGraphQLType(GraphQLTypeManager typeManager, GraphQLPropertyType propertyType) |
|
void |
type(groovy.lang.Closure closure) |
|
ComplexGraphQLProperty |
typeName(java.lang.String typeName) |
|
void |
validate() |
Groovy Documentation