next
Find the next results.
Synopsis
next(integer)
Description
The next()
step is a terminal step.
It returns the next number of steps, based on a supplied integer value.
Examples
Return the next two results found:
g.V().hasLabel('store').next(2)