I want to fetch the connected nodes from ny neo4j database.
For example If I give the input as 2 and then I have to fetch 1,3,4 and 5.I tried to explore the question but answer is related to neo4j only. I need a query with py2neo. is there anyway i can get it?
I tried this How to get all nodes connected to one node in neo4j graph in py2neo How to get all connected nodes in neo4j graph in py2neo
But these are all with neo4j not with py2neo