20graph_match2.mql 247 B

12345678910111213
  1. match (:/m3graph/entity/sanstorage)-[:connect]->(:/m3graph/entity/sanswitch)
  2. /**
  3. output()
  4. match("graph.nodes.len",3)
  5. **/
  6. ;
  7. match (:/m3graph/entity/Sanstorage)-[:connect]->(:/m3graph/entity/Sanswitch)
  8. /**
  9. output()
  10. match("graph.nodes.len",3)
  11. **/
  12. ;