Kind: Class
Source: atloria-monorepo/apps/api/src/graph/dto/create-relation.dto.ts
Properties
| Property | Type |
|---|---|
projectId | string |
from | string |
to | string |
type | RelationType |
metadata | Record<string, any> |
weight | number |
Kind: Class
Source: atloria-monorepo/apps/api/src/graph/dto/create-relation.dto.ts
| Property | Type |
|---|---|
projectId | string |
from | string |
to | string |
type | RelationType |
metadata | Record<string, any> |
weight | number |
Was this page helpful?