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