apoc.algo.allSimplePaths
This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime. For more information, see the Cypher Manual → Parallel runtime. |
Syntax |
|
||
Description |
Runs a search algorithm to find all of the simple paths between the given |
||
Input arguments |
Name |
Type |
Description |
|
|
The node to start the search from. |
|
|
|
The node to end the search on. |
|
|
|
The relationship types to restrict the algorithm to. Relationship types are represented using APOC’s rel-direction-pattern syntax; |
|
|
|
The max depth (in terms of nodes) the algorithm will explore. |
|
Return arguments |
Name |
Type |
Description |
|
|
The path result. |