# EntityPath

**Kind:** Interface

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

Graph path between entities

## Properties

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