Kind: Class
Source: atloria-monorepo/apps/api/src/graph/dto/sync-relationships.dto.ts
Response for bulk relationship sync
Properties
| Property | Type |
|---|---|
success | number |
failed | number |
updated | number |
created | number |
errors | Array<{ relationshipId: string; error: string }> |
Was this page helpful?