Home Reference Source
import {PathSegment} from 'neo4j-driver-core/lib/graph-types.js'
public class | source

PathSegment

Class for PathSegment Type.

Member Summary

Public Members
public

End node.

public

Relationship.

public

Start node.

Public Members

public end: Node source

End node.

public relationship: Relationship source

Relationship.

public start: Node source

Start node.