# generateRelationshipId

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts#L623)

Generate a relationship ID

## Signature

```ts
function generateRelationshipId(sourceId: string, targetId: string, type: string): string
```

## Parameters

| Name | Type |
|---|---|
| `sourceId` | `string` |
| `targetId` | `string` |
| `type` | `string` |

**Returns:** `string`
