cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Graph Algorithms Playground

Whenever I am trying to use the codes generated in the Graph Algorithms Playground onto the Neo4J browser, I am getting the following error in setting the parameters:

5 REPLIES 5

Hey,

Looks like we have a bug there. Can you try and change it to:

:param config: {concurrency: 8, direction: "Outgoing"}

Cheers, Mark

It does not work.....

You need to change the => to : just after config

Dear Mark,

It worked:)

Cool. I also did a bug fix to the Graph Algorithms Playground, so if you try now hopefully the params it shows you should be valid.