21case_sensitive.mql 290 B

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