Когда я запускаю этот Cypher
CALL algo.randomWalk.stream(310467,3, 10) YIELD nodeIds
with algo.getNodeById(nodeIds[3]) as node foreach (n in node| set n.cnt+=1)
я получаю
error:Neo.ClientError.Statement.SyntaxError: Invalid input '+': expected an identifier character, '.', whitespace, '(' or '=' (line 1, column 128 (offset: 127)) "CALL algo.randomWalk.stream(310467,3, 10) YIELD nodeIds with algo.getNodeById(nodeIds[3]) as node foreach (n in node| set n.cnt+=1)"
Что не так с моим синтаксисом?