apoc.create.virtualPath

Procedure

apoc.create.virtualPath(labelsN [String],n Map<String, Any>, relType String, props Map<String, Any>, labelsM [String], m Map<String, Any>) - returns a virtual path.

Signature

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

Input parameters

Name Type Default

labelsN

LIST? OF STRING?

null

n

MAP?

null

relType

STRING?

null

props

MAP?

null

labelsM

LIST? OF STRING?

null

m

MAP?

null

Output parameters

Name Type

from

NODE?

rel

RELATIONSHIP?

to

NODE?