Is it possible to traverse the results?

I try to use cypher statements to filter out some nodes that are eligible, and the result consists of several sub-graphs that are not connected to each other. How can I traverse these sub-graphs for further in-depth analysis? Is it possible to implement the feature?

How do you want to traverse them?

Perhaps you can do that already in your cypher statement.

You can chain multiple query parts with WITH.

Can you share your query so far and how you want to continue to traverse.