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