-
-
-
Serialized Fields
-
deserializeMethod
String deserializeMethod
-
reference
Reference reference
-
serializeMethod
String serializeMethod
-
-
-
-
-
-
-
-
Serialized Fields
-
adaptTo
AdaptTo adaptTo
If the field is mapped to another type
-
adaptWith
AdaptWith adaptWith
If the field contains an adapter
-
defaultValue
String defaultValue
-
description
String description
This is the description in the GraphQL Schema
-
directiveInstances
List<DirectiveInstance> directiveInstances
-
methodName
String methodName
This is the java method name (getter/setter/operation)
-
name
String name
This is the GraphQL Name in the schema
-
notNull
boolean notNull
-
propertyName
String propertyName
This is the java property name (i.e without get/set/is)
-
reference
Reference reference
The type of this field.
-
transformation
Transformation transformation
If the field should be transformed
-
wrapper
Wrapper wrapper
If this is wrapped in generics or an array, this contain the info, examples are arrays, collections, async, optional or
just plain generic.
-
-
-
-
Serialized Fields
-
arguments
List<Argument> arguments
The arguments (if any)
-
className
String className
Java class this is on
-
execute
Execute execute
If this should be executed blocking. By default all normal object returns will be blocking, except if marked
with @NonBlocking
And all Uni and CompletionStage will be non blocking by default, except if marked with @Blocking
-
operationType
OperationType operationType
Operation Type (Query/Mutation)
-
sourceFieldOn
Reference sourceFieldOn
If this is a source fields, the object it's on
-
-
Serialized Fields
-
adaptTo
AdaptTo adaptTo
-
adaptWith
AdaptWith adaptWith
-
addParametrizedTypeNameExtension
boolean addParametrizedTypeNameExtension
-
className
String className
-
classParametrizedTypes
Map<String,Reference> classParametrizedTypes
-
directiveInstances
List<DirectiveInstance> directiveInstances
-
graphQLClassName
String graphQLClassName
-
name
String name
-
parentClassParametrizedTypes
Map<String,Reference> parentClassParametrizedTypes
-
type
ReferenceType type
-
wrapper
Wrapper wrapper
If this is wrapped in generics or an array, this contain the info, examples are arrays, collections, async, optional or
just plain generic.
-
-
Serialized Fields
-
customScalarTypes
List<CustomScalarType> customScalarTypes
-
description
String description
-
directiveInstances
List<DirectiveInstance> directiveInstances
-
directiveTypes
List<DirectiveType> directiveTypes
-
enums
Map<String,EnumType> enums
-
errors
Map<String,ErrorInfo> errors
-
fieldDataFetchers
Map<String,String> fieldDataFetchers
-
inputs
Map<String,InputType> inputs
-
interfaces
Map<String,Type> interfaces
-
mutations
Set<Operation> mutations
-
namespacedMutations
Map<String,NamespaceContainer> namespacedMutations
-
namespacedQueries
Map<String,NamespaceContainer> namespacedQueries
-
queries
Set<Operation> queries
-
resolvers
Set<Operation> resolvers
-
subscriptions
Set<Operation> subscriptions
-
types
Map<String,Type> types
-
unions
Map<String,UnionType> unions
-
wrappedDataFetchers
Map<String,String> wrappedDataFetchers
-
-
-
-
Serialized Fields
-
description
String description
-