Hi All,
I am trying to create a graph(tree) directly from a json file using following syntax:
call apoc.load.json("file:////file.json") yield value
CALL apoc.graph.fromDocument(value,
{write: false, idField: "uniq_id", labelField: "uniq_id",
mappings...