# Repository.updateBulk() method · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.repository.updatebulk/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Apply the same change to every row matching the filter.

**Signature:**

```typescript
updateBulk(args: {
        where?: Where;
        input: object;
    }): Promise<BulkCount>;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | { where?: [Where](https://imqueue.org/api/pg-prisma/latest/pg-prisma.where/); input: object; } |  |


**Returns:**

Promise<[BulkCount](https://imqueue.org/api/pg-prisma/latest/pg-prisma.bulkcount/)>

