Uses of Class
graphql.language.VariableReference
Packages that use VariableReference
-
Uses of VariableReference in graphql.language
Methods in graphql.language that return VariableReferenceModifier and TypeMethodDescriptionVariableReference.Builder.build()VariableReference.deepCopy()static VariableReferenceVariableReference.transform(Consumer<VariableReference.Builder> builderConsumer) VariableReference.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type VariableReferenceModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter<VariableReference> AstPrinter.variableReference()Methods in graphql.language with parameters of type VariableReferenceModifier and TypeMethodDescriptionNodeVisitor.visitVariableReference(VariableReference node, TraverserContext<Node> data) NodeVisitorStub.visitVariableReference(VariableReference node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type VariableReference -
Uses of VariableReference in graphql.normalized
Fields in graphql.normalized declared as VariableReferenceModifier and TypeFieldDescriptionprivate final VariableReferenceVariableValueWithDefinition.variableReferenceMethods in graphql.normalized that return VariableReferenceConstructors in graphql.normalized with parameters of type VariableReferenceModifierConstructorDescriptionVariableValueWithDefinition(Object value, VariableDefinition definition, VariableReference variableReference) -
Uses of VariableReference in graphql.validation
Methods in graphql.validation with parameters of type VariableReferenceModifier and TypeMethodDescriptionvoidAbstractRule.checkVariable(VariableReference variableReference) private voidRulesVisitor.checkVariable(VariableReference node) -
Uses of VariableReference in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type VariableReferenceModifier and TypeMethodDescriptionvoidNoUndefinedVariables.checkVariable(VariableReference variableReference) voidNoUnusedVariables.checkVariable(VariableReference variableReference) voidVariableTypesMatch.checkVariable(VariableReference variableReference)