You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs > clauses > match > Relationship example wrong
Relationship example creates cypher query, where a (movie)-[:ACTED_IN]->(person).
The query shown as the result of this does not match.
I suggest adding the direction: "left" and adjusting the resulting query shown beneath.
0 commit comments