Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts
Graph path between entities
Properties
| Property | Type |
|---|---|
startId | string |
endId | string |
relationships | Relationship[] |
entityIds | string[] |
length | number |
Was this page helpful?