Hello all.
I have a graph with nodes representing Hosts, Switches, Zones and Storages in a network.
For an example, suppose this script:
MATCH (wh:Switch)<-[]-(h:Host)-[]->(z:Zone)<-[]-(s:Storage)-[]->(ws:Switch) //Host-Zone-Storage-Switch
WHERE id(h...