public class QueryVisitorFieldArgumentInputValueImpl extends java.lang.Object implements QueryVisitorFieldArgumentInputValue
Modifier and Type | Method and Description |
---|---|
GraphQLInputType |
getInputType() |
GraphQLInputValueDefinition |
getInputValueDefinition() |
java.lang.String |
getName() |
QueryVisitorFieldArgumentInputValue |
getParent() |
Value |
getValue() |
java.lang.String |
toString() |
public QueryVisitorFieldArgumentInputValue getParent()
getParent
in interface QueryVisitorFieldArgumentInputValue
public GraphQLInputValueDefinition getInputValueDefinition()
getInputValueDefinition
in interface QueryVisitorFieldArgumentInputValue
public java.lang.String getName()
getName
in interface QueryVisitorFieldArgumentInputValue
public GraphQLInputType getInputType()
getInputType
in interface QueryVisitorFieldArgumentInputValue
public Value getValue()
getValue
in interface QueryVisitorFieldArgumentInputValue
public java.lang.String toString()
toString
in class java.lang.Object