Class GraphqlElementParentTree

java.lang.Object
graphql.schema.GraphqlElementParentTree

@PublicApi public class GraphqlElementParentTree extends Object
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.