@PublicApi public interface QueryVisitorFieldArgumentValueEnvironment
Modifier and Type | Method and Description |
---|---|
QueryVisitorFieldArgumentInputValue |
getArgumentInputValue() |
GraphQLFieldDefinition |
getFieldDefinition() |
GraphQLArgument |
getGraphQLArgument() |
GraphQLSchema |
getSchema() |
TraverserContext<Node> |
getTraverserContext() |
java.util.Map<java.lang.String,java.lang.Object> |
getVariables() |
GraphQLSchema getSchema()
GraphQLFieldDefinition getFieldDefinition()
GraphQLArgument getGraphQLArgument()
QueryVisitorFieldArgumentInputValue getArgumentInputValue()
java.util.Map<java.lang.String,java.lang.Object> getVariables()
TraverserContext<Node> getTraverserContext()