Interface: ResourceAtomicOperation
Hierarchy​
ResourceAtomicOperation
↳
AddResourceAtomicOperation
↳
UpdateResourceAtomicOperation
↳
RemoveResourceAtomicOperation
↳
AddToRelatedResourcesAtomicOperation
↳
RemoveFromRelatedResourcesAtomicOperation
Properties​
data​
• Optional
data: null
| Resource
| Resource
[]
Defined in​
packages/@orbit/jsonapi/src/resource-operations.ts:12
op​
• op: "get"
| "add"
| "update"
| "remove"
Defined in​
packages/@orbit/jsonapi/src/resource-operations.ts:6
ref​
• ref: Object
Type declaration​
Name | Type |
---|---|
id? | string |
relationship? | string |
type | string |