21valid.mql 204 B

123456789
  1. match ("cypher:e1")-[:connect]->("cypher2:e2") with fields="day,vtime"
  2. /**
  3. output()
  4. matchcount("graph.edges.len", 1, "graph.edges.0.source", "cypher:e1", "graph.edges.0.target", "cypher2:e2", 1)
  5. **/
  6. ;