We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e0749 commit 1360b04Copy full SHA for 1360b04
test/types/v1/graph-types.test.ts
@@ -43,7 +43,7 @@ const rel2Props: object = rel2.properties;
43
44
const pathSegment1: PathSegment = new PathSegment(node1, rel1, node1);
45
const pathSegment1Start: Node = pathSegment1.start;
46
-const pathSegment1Rel: Relationship = pathSegment1.rel;
+const pathSegment1Rel: Relationship = pathSegment1.relationship;
47
const pathSegment1End: Node = pathSegment1.end;
48
49
const path1: Path = new Path(node1, node1, [pathSegment1]);
0 commit comments