apoc.path.expandConfig

Procedure

apoc.path.expandConfig(startNode <id>|Node|list, {minLevel,maxLevel,uniqueness,relationshipFilter,labelFilter,uniqueness:'RELATIONSHIP_PATH',bfs:true, filterStartNode:false, limit:-1, optional:false, endNodes:[], terminatorNodes:[], sequence, beginSequenceAtStart:true}) yield path - expand from start node following the given relationships from min to max-level adhering to the label filters.

Signature

apoc.path.expandConfig(start :: ANY?, config :: MAP?) :: (path :: PATH?)

Input parameters

Name Type Default

start

ANY?

null

config

MAP?

null

Output parameters