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 QueryVisitorFieldArgumentInputValuepublic GraphQLInputValueDefinition getInputValueDefinition()
getInputValueDefinition in interface QueryVisitorFieldArgumentInputValuepublic java.lang.String getName()
getName in interface QueryVisitorFieldArgumentInputValuepublic GraphQLInputType getInputType()
getInputType in interface QueryVisitorFieldArgumentInputValuepublic Value getValue()
getValue in interface QueryVisitorFieldArgumentInputValuepublic java.lang.String toString()
toString in class java.lang.Object