apoc.create.clonePathToVirtual

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.clonePathToVirtual(path) :: (path)

Description

Takes the given PATH and returns a virtual representation of it.

Input arguments

Name

Type

Description

path

PATH

The path to create a virtual path from.

Return arguments

Name

Type

Description

path

PATH

The path result.