https://neo4j.com/labs/apoc/4.1/overview/apoc.path/apoc.path.subgraphAll/
Required Parameters:
- ref_id (required) - The
ref_id of the starting node
Core Optional Parameters:
- depth (optional, default: 100) - Maximum traversal depth (maxLevel in APOC config)
- node_type (optional, default: []) - Array of node types to filter (labelFilter in APOC config)
- edge_type (optional, default: []) - Array of edge types to filter (relationshipFilter in APOC config)
- limit (optional, default: 25) - Maximum number of nodes to return?
Additional Parameters for v2 maybe:
- min_depth (optional) - Minimum traversal depth (must be 0 or 1, minLevel in APOC config)
https://neo4j.com/labs/apoc/4.1/overview/apoc.path/apoc.path.subgraphAll/
Required Parameters:
ref_idof the starting nodeCore Optional Parameters:
Additional Parameters for v2 maybe: