# CreateRelationDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/graph/dto/create-relation.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/dto/create-relation.dto.ts#L6)

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `from` | `string` |
| `to` | `string` |
| `type` | `RelationType` |
| `metadata` | `Record<string, any>` |
| `weight` | `number` |
