OBJECT
EntityEdge
link GraphQL Schema definition
- type EntityEdge implements ConnectionEdge {
- String! :
- Entity! :
- # When the EntityConnection is the result of a recursive entitiesTraversal, this
- # field can optionally
- # contain the traversal path used to navigate from the originating Entity to the
- # destination Entity in the traversal
- EntityEdgeTraversalPath :
- }