# EntityPath

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts#L291)

Graph path between entities

## Properties

| Property | Type |
|---|---|
| `startId` | `string` |
| `endId` | `string` |
| `relationships` | `Relationship[]` |
| `entityIds` | `string[]` |
| `length` | `number` |
