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 classNodeVisitorWithTypeTrackingInternally used node visitor which delegates to aQueryVisitorwith 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 DocumentAstSignature. transformDoc(Document document, NodeVisitorStub visitor)
-