apoc.rel

Qualified Name Type

apoc.rel.endNode(rel Rel) - returns the end node for the given virtual relationship.

Function

apoc.rel.id(rel Rel) - returns the id for the given virtual relationship.

Function

apoc.rel.startNode(rel Rel) - returns the start node for the given virtual relationship.

Function

apoc.rel.type(rel Rel) - returns the type for the given virtual relationship.

Function