Closed
Description
Using Typescript and neo4j-driver for typescript (v 1.4.1) :
When I create a PathSegment
object with a start node, a relationship, and an end node, and then access the relationship through myPathSegment.rel
, I get undefined
instead of my relationship.
The toString()
method of PathSegment
reveals that a PathSegment.relationship
has been set instead.
Metadata
Metadata
Assignees
Labels
No labels