Skip to content

Commit 365cebc

Browse files
committed
Fix direction of edge in BI Q20
1 parent 6bcb4c2 commit 365cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher/queries/bi-20.cypher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CALL gds.alpha.shortestPath.stream({
1111
relationshipQuery:
1212
'MATCH
1313
(personA:Person)-[:KNOWS]-(personB:Person),
14-
(personA)-[saA:STUDY_AT]->(u:University)<-[saB:STUDY_AT]->(personB)
14+
(personA)-[saA:STUDY_AT]->(u:University)<-[saB:STUDY_AT]-(personB)
1515
RETURN
1616
id(personA) AS source,
1717
id(personB) AS target,

0 commit comments

Comments
 (0)