Package graphql.util
Class Breadcrumb<T>
java.lang.Object
graphql.util.Breadcrumb<T>
- Type Parameters:
T
- the generic type of object
A specific
NodeLocation
inside a node. This means getNode()
returns a Node which has a child
at getLocation()
A list of Breadcrumbs is used to identify the exact location of a specific node inside a tree.