# RelationshipWithEntities

**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#L268)

Relationship with full entity information (for graph queries)

## Properties

| Property | Type |
|---|---|
| `relationship` | `Relationship` |
| `source` | `TSource` |
| `target` | `TTarget` |
