@PublicApi public class GraphqlElementParentTree extends Object
Constructor and Description |
---|
GraphqlElementParentTree(Deque<GraphQLType> nodeStack) |
Modifier and Type | Method and Description |
---|---|
GraphQLType |
getElement()
Returns the element represented by this info
|
Optional<GraphqlElementParentTree> |
getParentInfo() |
List<GraphQLType> |
toList() |
String |
toString() |
public GraphqlElementParentTree(Deque<GraphQLType> nodeStack)
public GraphQLType getElement()
public Optional<GraphqlElementParentTree> getParentInfo()
public List<GraphQLType> toList()
Copyright © 2019. All rights reserved.