Package graphql.schema.idl
Class FieldWiringEnvironment
java.lang.Object
graphql.schema.idl.WiringEnvironment
graphql.schema.idl.FieldWiringEnvironment
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<GraphQLAppliedDirective> private final List
<GraphQLDirective> private final FieldDefinition
private final GraphQLOutputType
private final TypeDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionFieldWiringEnvironment
(TypeDefinitionRegistry registry, TypeDefinition parentType, FieldDefinition fieldDefinition, GraphQLOutputType fieldType, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class graphql.schema.idl.WiringEnvironment
getRegistry
-
Field Details
-
fieldDefinition
-
parentType
-
fieldType
-
directives
-
appliedDirectives
-
-
Constructor Details
-
FieldWiringEnvironment
FieldWiringEnvironment(TypeDefinitionRegistry registry, TypeDefinition parentType, FieldDefinition fieldDefinition, GraphQLOutputType fieldType, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives)
-
-
Method Details
-
getFieldDefinition
-
getParentType
-
getFieldType
-
getDirectives
-
getAppliedDirectives
-