@groovy.transform.CompileStatic class PersistentGraphQLProperty extends OrderedGraphQLProperty
Implementation of GraphQLDomainProperty to represent a property on a GORM entity
| Type | Name and description |
|---|---|
boolean |
collection |
DataFetcher |
dataFetcher |
java.lang.String |
deprecationReason |
java.lang.String |
description |
boolean |
input |
java.lang.String |
name |
boolean |
nullable |
java.lang.Integer |
order |
boolean |
output |
PersistentProperty |
property |
java.lang.Class |
type |
| Constructor and description |
|---|
PersistentGraphQLProperty(MappingContext mappingContext, PersistentProperty property, GraphQLPropertyMapping mapping) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected java.lang.Class |
getBaseType(PersistentProperty property) |
|
GraphQLType |
getGraphQLType(GraphQLTypeManager typeManager, GraphQLPropertyType propertyType) |
|
boolean |
isDeprecated() |
| Methods inherited from class | Name |
|---|---|
class OrderedGraphQLProperty |
compareTo, getOrder |