apoc.systemdb.graph

Procedure APOC Full

Signature

apoc.systemdb.graph() :: (nodes :: LIST? OF NODE?, relationships :: LIST? OF RELATIONSHIP?)

Output parameters

Name Type

nodes

LIST? OF NODE?

relationships

LIST? OF RELATIONSHIP?

Usage Examples

CALL apoc.systemdb.graph();
apoc.systemdb.graph
Figure 1. apoc.systemdb.graph Neo4j Browser Visualization