Package graphql.schema.idl
Class FieldWiringEnvironment
- java.lang.Object
-
- graphql.schema.idl.FieldWiringEnvironment
-
@PublicApi public class FieldWiringEnvironment extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GraphQLAppliedDirective>
getAppliedDirectives()
java.util.List<GraphQLDirective>
getDirectives()
FieldDefinition
getFieldDefinition()
GraphQLOutputType
getFieldType()
TypeDefinition
getParentType()
TypeDefinitionRegistry
getRegistry()
-
-
-
Method Detail
-
getFieldDefinition
public FieldDefinition getFieldDefinition()
-
getParentType
public TypeDefinition getParentType()
-
getFieldType
public GraphQLOutputType getFieldType()
-
getDirectives
public java.util.List<GraphQLDirective> getDirectives()
-
getAppliedDirectives
public java.util.List<GraphQLAppliedDirective> getAppliedDirectives()
-
getRegistry
public TypeDefinitionRegistry getRegistry()
-
-