apoc.create.clonePathsToVirtual

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).
Details

Syntax

apoc.create.clonePathsToVirtual(paths) :: (path)

Description

Takes the given LIST<PATH> and returns a virtual representation of them.

Input arguments

Name

Type

Description

paths

LIST<PATH>

The paths to create virtual paths from.

Return arguments

Name

Type

Description

path

PATH

The path result.