PathRepresentation
age-schema-client / PathRepresentation
Interface: PathRepresentation
Defined in: src/query/results.ts:47
Path representation
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
nodes | any[] | Nodes in the path | src/query/results.ts:51 |
relationships | any[] | Relationships in the path | src/query/results.ts:56 |
length | number | Path length | src/query/results.ts:61 |