Interface: UpdateMutation<T>
Type parameters
Name | Type |
---|---|
T | any |
Hierarchy
BaseMutation
↳
UpdateMutation
Properties
properties
• properties: { [key in string]?: PropertyMutation<T[key]>[] }
The updated properties
squidDocIdObj
• squidDocIdObj: SquidDocIdObj
Inherited from
BaseMutation.squidDocIdObj
type
• type: "update"
Overrides
BaseMutation.type