Package graphql.analysis
Interface QueryVisitorFieldArgumentInputValue
- All Known Implementing Classes:
QueryVisitorFieldArgumentInputValueImpl
This describes the tree structure that forms from a argument input type,
especially with `input ComplexType { ....}` types that might in turn contain other complex
types and hence form a tree of values.
-
Method Details
-
getParent
QueryVisitorFieldArgumentInputValue getParent() -
getInputValueDefinition
GraphQLInputValueDefinition getInputValueDefinition() -
getName
String getName() -
getInputType
GraphQLInputType getInputType() -
getValue
Value getValue()
-