[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Query](https://evolu.dev/docs/api-reference/common/local-first/Query) › ReplaceAllPatch

Defined in: [packages/common/src/local-first/Query.ts:345](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L345)

## Properties

<a id="op"></a>

### op

```ts
readonly op: "replaceAll";
```

Defined in: [packages/common/src/local-first/Query.ts:346](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L346)

---

<a id="value"></a>

### value

```ts
readonly value: readonly Row[];
```

Defined in: [packages/common/src/local-first/Query.ts:347](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Query.ts#L347)