Uses of Class
graphql.language.VariableReference
-
Packages that use VariableReference Package Description graphql.language graphql.normalized graphql.validation graphql.validation.rules -
-
Uses of VariableReference in graphql.language
Methods in graphql.language that return VariableReference Modifier and Type Method Description VariableReferenceVariableReference.Builder. build()VariableReferenceVariableReference. deepCopy()static VariableReferenceVariableReference. of(java.lang.String name)VariableReferenceVariableReference. transform(java.util.function.Consumer<VariableReference.Builder> builderConsumer)VariableReferenceVariableReference. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type VariableReference Modifier and Type Method Description private AstPrinter.NodePrinter<VariableReference>AstPrinter. variableReference()Methods in graphql.language with parameters of type VariableReference Modifier and Type Method Description TraversalControlNodeVisitor. visitVariableReference(VariableReference node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitVariableReference(VariableReference node, TraverserContext<Node> context)Constructors in graphql.language with parameters of type VariableReference Constructor Description Builder(VariableReference existing) -
Uses of VariableReference in graphql.normalized
Fields in graphql.normalized declared as VariableReference Modifier and Type Field Description private VariableReferenceVariableValueWithDefinition. variableReferenceMethods in graphql.normalized that return VariableReference Modifier and Type Method Description VariableReferenceVariableValueWithDefinition. getVariableReference()Constructors in graphql.normalized with parameters of type VariableReference Constructor Description VariableValueWithDefinition(java.lang.Object value, VariableDefinition definition, VariableReference variableReference) -
Uses of VariableReference in graphql.validation
Methods in graphql.validation with parameters of type VariableReference Modifier and Type Method Description voidAbstractRule. checkVariable(VariableReference variableReference)private voidRulesVisitor. checkVariable(VariableReference node) -
Uses of VariableReference in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type VariableReference Modifier and Type Method Description voidNoUndefinedVariables. checkVariable(VariableReference variableReference)voidNoUnusedVariables. checkVariable(VariableReference variableReference)voidVariableTypesMatch. checkVariable(VariableReference variableReference)
-