@PublicApi public class FieldWiringEnvironment extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphQLAppliedDirective> |
getAppliedDirectives() |
java.util.List<GraphQLDirective> |
getDirectives() |
FieldDefinition |
getFieldDefinition() |
GraphQLOutputType |
getFieldType() |
TypeDefinition |
getParentType() |
TypeDefinitionRegistry |
getRegistry() |
public FieldDefinition getFieldDefinition()
public TypeDefinition getParentType()
public GraphQLOutputType getFieldType()
public java.util.List<GraphQLDirective> getDirectives()
public java.util.List<GraphQLAppliedDirective> getAppliedDirectives()
public TypeDefinitionRegistry getRegistry()