`next(n)` with Gremlin JavaScript

I'm trying to do some basic pagination next(n) seems perfect, but it doesn't appear to be available for JavaScript as per the documentation.

Is there a reason for this limitation?
image.png
Solution
AFAIK, that is only possible via scripts.
Was this page helpful?