Open OyvindSabo opened 4 years ago
Currently only g is considered a traversal source. SInce all steps should have higher indentation than their traversal source, should perhaps also graph be considered a traversal source?, or perhaps graph.traversal()?
g
graph
graph.traversal()
Currently only
g
is considered a traversal source. SInce all steps should have higher indentation than their traversal source, should perhaps alsograph
be considered a traversal source?, or perhapsgraph.traversal()
?