Hi. So I am trying to develop a front-end on my own using JavaScript and G6 (Graph visualization library). I have the following query which returns all the nodes that are connected to a source node:
MATCH (n:Account{name:"Acc A"})-[*]-(connected) R...