@groovy.transform.AutoClone @groovy.transform.CompileStatic class SimpleGraphQLProperty extends CustomGraphQLProperty
A class for creating custom properties that have a simple type
Fields inherited from class | Fields |
---|---|
class CustomGraphQLProperty |
mappingContext |
Type Params | Return Type | Name and description |
---|---|---|
|
DataFetcher |
getDataFetcher() |
|
GraphQLType |
getGraphQLType(GraphQLTypeManager typeManager, GraphQLPropertyType propertyType) |
Methods inherited from class | Name |
---|---|
class CustomGraphQLProperty |
dataFetcher, getDataFetcher, getGraphQLType, input, order, output, setMappingContext, validate |
class OrderedGraphQLProperty |
compareTo, getOrder |