Uses of Class
graphql.language.NodeVisitorStub
-
Packages that use NodeVisitorStub Package Description graphql.analysis graphql.language -
-
Uses of NodeVisitorStub in graphql.analysis
Subclasses of NodeVisitorStub in graphql.analysis Modifier and Type Class Description class
NodeVisitorWithTypeTracking
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 NodeVisitorStub Modifier and Type Method Description private Document
AstSignature. transformDoc(Document document, NodeVisitorStub visitor)
-