quetch / QueryUpdateMultiple
QueryUpdateMultiple<
T
>:object
Query for updating multiple items.
• T
optional
context:Context
<T
>
Common item properties to use for identifying the context in which to update the item.
optional
filter:Filter
<T
>
optional
limit:number
Sets the upper bound of the number of items to update.
method:
"update"
multiple:
true
optional
offset:number
Offset of the first matching item to update.
optional
order:Order
<T
>[]
Order by which the items should be sorted.
optional
parameters:Parameters
Query parameters.
optional
settings:QuerySettings
<T
>
Query settings.
value: readonly
Partial
<T
>[]
Partial property values to update.