| 12345678910111213141516 |
- match (:/m3graph/entity/sanstorage)-[:connect]->(:/m3graph/entity/sanswitch)
- /**
- output()
- match("graph.edges.len",2,"graph.nodes.len",3)
- **/
- ;
- match (:/m3graph/entity/Sanstorage)-[:connect]->(:/m3graph/entity/Sanswitch)
- /**
- output()
- match("graph.edges.len",2,"graph.nodes.len",3)
- **/
- ;
|