We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518011e commit 1db3ff2Copy full SHA for 1db3ff2
modules/ROOT/pages/clauses/match.adoc
@@ -158,14 +158,13 @@ RETURN n AS connectedNodes
158
|===
159
| connectedNodes
160
| (:Movie {title: "Wall Street"})
161
-
162
1+d| Rows: 1
163
164
165
[[directed-relationship-patterns]]
166
=== Directed relationship patterns
167
168
-The direction of a relationship in a pattern is indicated by arrows: `-->` or `<--`.
+The direction of a relationship in a pattern is indicated by arrows: `+-->+` or `+<--+`.
169
170
.Find all nodes connected to `Oliver Stone` by an outgoing relationship.
171
[source, cypher]
0 commit comments