Skip to content

Commit 57b2d54

Browse files
add graph
1 parent b387215 commit 57b2d54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 0 deletions
Loading

modules/ROOT/pages/expressions/graph-element-operators.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ For functions that return metadata about `NODE` and `RELATIONSHIPS` values, see:
2424

2525
The following graph is used for the examples below:
2626

27+
image::graph_element_operators.svg[width="600",role="middle"]
28+
2729
To recreate the graph, run the following query against an empty Neo4j database:
2830

2931
[source, cypher, role=test-setup]
@@ -123,7 +125,7 @@ RETURN p[$propertyName] AS middleName
123125
.Result
124126
[role="queryresult",options="header,footer",cols="1*<m"]
125127
|===
126-
| lastName
128+
| middleName
127129

128130
| "Catherine"
129131
| "David"

0 commit comments

Comments
 (0)