There was an error while loading. Please reload this page.
1 parent adf408b commit 312d525Copy full SHA for 312d525
README.adoc
@@ -13,6 +13,7 @@
13
:guide: documentation/graph-data-science.neo4j-browser-guide
14
:rendered-guide: https://guides.neo4j.com/sandbox/graph-data-science/index.html
15
:model: documentation/img/model.svg
16
+:example: documentation/img/example.svg
17
18
:query: MATCH (c:Person{name:$name})-[r:INTERACTS]->(other) +
19
RETURN other.name as person +
0 commit comments