mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
implement get relationship cypher
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
MATCH (n {id: $id1})-[r]-(o {id: $id2})
|
||||
RETURN r as relationship
|
Reference in New Issue
Block a user