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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GraphQLSchemaElement
private final GraphqlElementParentTree
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
element
-
parent
-
-
Constructor Details
-
GraphqlElementParentTree
-
-
Method Details