Package graphql.language
Class NodeParentTree<T extends Node>
java.lang.Object
graphql.language.NodeParentTree<T>
This represents a hierarchy from a graphql language node upwards to its
associated parent nodes. For example a Directive can be on a InputValueDefinition
which can be on a Argument, which can be on a FieldDefinition which may be
on an ObjectTypeDefinition.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeParentTree
-
-
Method Details