We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2637fec commit 29802b0Copy full SHA for 29802b0
src/components/output/GraphOutput.vue
@@ -71,7 +71,7 @@ const fetchConnectedNodes = async (nodeId) => {
71
const cypher = `
72
MATCH (n)
73
WHERE elementId(n) = "${nodeId}"
74
- MATCH (n)-[r]->(m)
+ MATCH (n)-[r]-(m)
75
WITH type(r) AS relType, r, m
76
WITH relType, collect({r: r, m: m}) AS connections
77
UNWIND connections[..1] AS conn
0 commit comments