apoc.create.virtualPath

Procedure

apoc.create.virtualPath(labelsN LIST<STRING>,n MAP<STRING, ANY>, relType STRING, props MAP<STRING, ANY>, labelsM LIST<STRING>, m MAP<STRING, ANY>) - returns a virtual PATH.

Signature

apoc.create.virtualPath(labelsN :: LIST<STRING>, n :: MAP, relType :: STRING, props :: MAP, labelsM :: LIST<STRING>, m :: MAP) :: (from :: NODE, rel :: RELATIONSHIP, to :: NODE)

Input parameters

Name Type Default

labelsN

LIST<STRING>

null

n

MAP

null

relType

STRING

null

props

MAP

null

labelsM

LIST<STRING>

null

m

MAP

null

Output parameters

Name Type

from

NODE

rel

RELATIONSHIP

to

NODE