i have the same problem with crash when display 10k relations.
when i use apoc.gephi.add as follows:
MATCH path = (:用户)-[:回帖]->(:用户)
CALL apoc.gephi.add(null,'workspace1',path) yield nodes
return *
but return error as follows:
Neo.ClientError.Procedu...