From ed530bf6a9fce9dc140aebbe6a8c10a77d641285 Mon Sep 17 00:00:00 2001 From: Dave Voutila Date: Thu, 8 Apr 2021 12:35:20 -0400 Subject: [PATCH] typo in gds.graph.writeNodeProperties graph name --- .../3-mutate-the-in-memory-graph-rather-than-reload.cypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2. Feature Engineering/3-mutate-the-in-memory-graph-rather-than-reload.cypher b/2. Feature Engineering/3-mutate-the-in-memory-graph-rather-than-reload.cypher index 43beb42..141b6b4 100644 --- a/2. Feature Engineering/3-mutate-the-in-memory-graph-rather-than-reload.cypher +++ b/2. Feature Engineering/3-mutate-the-in-memory-graph-rather-than-reload.cypher @@ -49,7 +49,7 @@ CALL gds.alpha.hits.mutate('marvel-character-graph',{ // write back properties CALL gds.graph.writeNodeProperties( - 'marvel-character-grap', + 'marvel-character-graph', ['appeared_with_pageRank', 'appeared_with_betweenness','appeared_with_auth','appeared_with_auth','ally_pageRank', 'ally_betweenness','ally_hub','ally_auth','enemy_pageRank','enemy_betweenness','enemy_hub','enemy_auth'], ['Character']