apoc.create.clonePathsToVirtual

Procedure

apoc.create.clonePathsToVirtual(paths LIST<PATH>) - takes the given LIST<PATH> and returns a virtual representation of them.

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.clonePathsToVirtual(paths :: LIST<PATH>) :: (path :: PATH)

Input parameters

Name Type Default

paths

LIST<PATH>

null

Output parameters