Run Graph Algorithms only to group of nodes?

Hi,
If I have a millions of nodes, I wish to load only a group of nodes, May I know how to run graph algorithms only to the loaded nodes.
Thanks

you can use Cypher query to match and add filters.

Reference

1 Like