Package graphql.schema
Class GraphqlElementParentTree
java.lang.Object
graphql.schema.GraphqlElementParentTree
This represents a hierarchy an graphql runtime element upwards to its
associated parent elements. For example a GraphqlDirective can be on a GraphqlArgument
which can be on a GraphqlFieldDefinition, which can be on a GraphqlObjectType.