Hi
Maybe not without some hacking.
For example does Neo4j::Core::Traversal::Traverser support pagination.
So maybe you can try to get the last_event.incoming("next").depth(20) return a Neo4j::Core::Traversal::Traverser instead.
Or as an alternative you can try to let the object returned by last_event.incoming("next").depth(20) support will paginate by including the Neo4j
::WillPaginate::Pagination mixin in the object retured by
last_event.incoming("next").depth(20).
Pull Request are welcome :)
Cheers