Kind: Class
Source: atloria-monorepo/apps/api/src/graph/dto/sync-relationships.dto.ts
Relationship DTO for bulk sync operations from CLI Matches the format sent by CLI's ApiProvider
Properties
| Property | Type |
|---|---|
sourceId | string |
targetId | string |
type | string |
metadata | Record<string, unknown> |
Was this page helpful?