Try to return the paths
MATCH p=(a)-[r*]->(b)
WHERE a.name="Immunodeficiency" AND
b.name="autosomal recessive"
return p
CLICK HERE to find out more related problems solutions.
Try to return the paths
MATCH p=(a)-[r*]->(b)
WHERE a.name="Immunodeficiency" AND
b.name="autosomal recessive"
return p
CLICK HERE to find out more related problems solutions.