skip
Skip a specified number of return objects.
Synopsis
skip(integer\_value)
Examples
Find all the people who lived in more than one country:
g.V().hasLabel('person'). filter(values('country').skip(1))
Skip a specified number of return objects.
skip(integer\_value)
Find all the people who lived in more than one country:
g.V().hasLabel('person'). filter(values('country').skip(1))