apoc.create.clonePathToVirtual

Procedure

apoc.create.clonePathToVirtual(path PATH) - takes the given PATH and returns a virtual representation of it.

This procedure returns virtual nodes and relationships that can only be accessed by other APOC procedures. For more information, see Virtual Nodes & Relationships (Graph Projections).

Signature

apoc.create.clonePathToVirtual(path :: PATH) :: (path :: PATH)

Input parameters

Name Type Default

path

PATH

null

Output parameters