I'm using the traversal API to travers a graph which contains some hubs, i.e. nodes with many incoming/outcoming edges. I would like to traverse only some of them, for example 6000 and then stop. Traversing all of them is not an option for time reason and traversing non of them is also not an option. Does someone know if this is possible?
Thank you