Uses of Class
graphql.language.NodeVisitorStub
Packages that use NodeVisitorStub
-
Uses of NodeVisitorStub in graphql.analysis
Subclasses of NodeVisitorStub in graphql.analysisModifier and TypeClassDescriptionclass
Internally used node visitor which delegates to aQueryVisitor
with type information about the visited field. -
Uses of NodeVisitorStub in graphql.language
Methods in graphql.language with parameters of type NodeVisitorStubModifier and TypeMethodDescriptionprivate Document
AstSignature.transformDoc
(Document document, NodeVisitorStub visitor)