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:

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

1 Like

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.

1 Like