这是我的 Cypher 声明:
match (first1:ent) where first1.nodeid in ['aab40c4d65d5c0a428ed84dc0109b0c4']
match (first2:ent) where first2.nodeid in ['000415fee2b0272cdcc2439f521b2e2e']
CALL apoc.create.vRelationship(first1,'teninvmerge',{conprop:'11'},first2) YIELD rel
RETURN rel,rel.conprop
如何获取我直接设置的虚拟边的属性?
不知道是不是我的语句写得有问题,还是APOC 3.5版本不支持直接查询边属性,查了官方文档也没找到相关信息。