apoc.path.create

Function

apoc.path.create(startNode,[rels]) - creates a path instance of the given elements

Signature

apoc.path.create(startNode :: NODE?, rels = [] :: LIST? OF RELATIONSHIP?) :: (PATH?)

Input parameters

Name Type Default

startNode

NODE?

null

rels

LIST? OF RELATIONSHIP?

[]