apoc.convert.toRelationshipList

Details

Syntax

apoc.convert.toRelationshipList(relList)

Description

Converts the given value into a LIST<RELATIONSHIP>.

Arguments

Name

Type

Description

relList

ANY

The value to convert into a relationship list.

Returns

LIST<ANY>