toList
Return all results in a list.
Synopsis
toList()
Description
The toList()
step is a terminal step that will return all the results in a list.
Examples
g.V().out('reviewed').toList()
Return all results in a list.
toList()
The toList()
step is a terminal step that will return all the results in a list.
g.V().out('reviewed').toList()