@PublicApi public interface QueryVisitorFieldArgumentInputValue
Modifier and Type | Method and Description |
---|---|
GraphQLDirectiveContainer |
getDirectiveContainer() |
GraphQLArgument |
getGraphQLArgument() |
GraphQLFieldDefinition |
getGraphQLFieldDefinition() |
GraphQLInputType |
getInputType() |
java.lang.String |
getName() |
QueryVisitorFieldArgumentInputValue |
getParent() |
Value |
getValue() |
GraphQLFieldDefinition getGraphQLFieldDefinition()
GraphQLArgument getGraphQLArgument()
QueryVisitorFieldArgumentInputValue getParent()
GraphQLDirectiveContainer getDirectiveContainer()
java.lang.String getName()
GraphQLInputType getInputType()
Value getValue()