Closed ghost closed 4 years ago
The query below was ran on Neo4j Desktop Version 1.2.1 (1.2.1.1042) Neo4j Browser on macOS Catalina, but I noticed the problem below in the Graph Algorithms Playground too.
It's like it's only looking for the arguments of the Label Projection
Query
CALL algo.labelPropagation( 'MATCH (n) RETURN n', {graph: 'cypher', write: true});
Neo.ClientError.Statement.SyntaxError
Type mismatch: expected String but was Map (line 3, column 3 (offset: 55)) " {graph: 'cypher', write: true});" ^
Although this runs successfully
CALL algo.labelPropagation.stream('MATCH (n) RETURN n');
The query below was ran on Neo4j Desktop Version 1.2.1 (1.2.1.1042) Neo4j Browser on macOS Catalina, but I noticed the problem below in the Graph Algorithms Playground too.
It's like it's only looking for the arguments of the Label Projection
Query
Neo.ClientError.Statement.SyntaxError