Repository.updateBulk() method
Apply the same change to every row matching the filter.
Signature:
updateBulk(args: {
where?: Where;
input: object;
}): Promise<BulkCount>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ where?: Where; input: object; } |
Returns:
Promise<BulkCount>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.