apoc.meta.graphSample

Procedure

apoc.meta.graphSample() - examines the database statistics to build the meta graph, very fast, might report extra relationships

Signature

apoc.meta.graphSample(config = {} :: MAP?) :: (nodes :: LIST? OF NODE?, relationships :: LIST? OF RELATIONSHIP?)

Input parameters

Name Type Default

config

MAP?

{}

Output parameters

Name Type

nodes

LIST? OF NODE?

relationships

LIST? OF RELATIONSHIP?