@groovy.transform.CompileStatic class SimpleField extends Field<SimpleField> implements Typed<SimpleField>
A field with a simple type. {
| Type | Name and description |
|---|---|
GraphQLPropertyType |
propertyType |
| Constructor and description |
|---|
SimpleField
() |
| 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) |
|
SimpleField |
propertyType(GraphQLPropertyType propertyType) |
|
void |
validate() |
Groovy Documentation