Graph Traversals
Source Steps
Selection Operations
These operations serve as starting points for your graph traversals.
N
Select nodes from your graph to begin traversal.
Example:
E
Select edges from your graph to begin traversal.
Example: