Compare commits
No commits in common. "e39a453702a3983ac24cea186e63a61e05435a21" and "6fedfda558a2f23d5ff22b0c6662c1af1c50c703" have entirely different histories.
e39a453702
...
6fedfda558
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "oxy",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {}
|
|
||||||
}
|
|
||||||
|
|
@ -462,8 +462,8 @@ Tipos de relacionamento comuns:
|
||||||
MATCH (m:Memory {id: $id})
|
MATCH (m:Memory {id: $id})
|
||||||
OPTIONAL MATCH (m)-[r]->(target)
|
OPTIONAL MATCH (m)-[r]->(target)
|
||||||
RETURN count(DISTINCT target) as total_connections,
|
RETURN count(DISTINCT target) as total_connections,
|
||||||
count(DISTINCT r) as total_relationships,
|
count(DISTINCT r) as total_relationships,
|
||||||
[type(r) IN collect(DISTINCT type(r)) WHERE type(r) IS NOT NULL] as relationship_types
|
[type(r) IN collect(DISTINCT type(r)) WHERE type(r) IS NOT NULL] as relationship_types
|
||||||
""", id=memory_id)
|
""", id=memory_id)
|
||||||
|
|
||||||
record = result.single()
|
record = result.single()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue