-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Description
Hello colleagues,
what is the best way to describe nodes and edges in TSL to be able to mark edges, to be able to follow only specific edges.
For example i got the following node type
[GraphNode]
cell Node {
string Label;
[GraphEdge] CellId OutEdge;
}
I need to be able to differentiate between different type of relationships. For example if the node represents a group, it may have relationships like "members" and "memberof" pointing to other groups. So in my query i'd like to extract a subtree following the "members" type of relationship. Is it possible to achieve it with this node type or i need to define a "field" for each type of relationship?
Thanks
Metadata
Metadata
Assignees
Labels
No labels