I want to check if all my nodes in Neo4j database are coherently connected. This means there should be only one graph, in which all nodes are. So there should be no seperate graphs. How could I check this? I already searched in forum, but sadly didnt find a suitable answer for me. Also it should be a scalable and performant solution.
Thank you in advance!