<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MutateFilterPayload](./x-components.mutatefilterpayload.md)

## MutateFilterPayload interface

Payload to use in the `mutateFilter` mutation.

**Signature:**

```typescript
export interface MutateFilterPayload 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [filter](./x-components.mutatefilterpayload.filter.md) |  | Filter | The filter to modify. If it does not belong to the store it will be added. |
|  [newFilterState](./x-components.mutatefilterpayload.newfilterstate.md) |  | Partial&lt;Filter&gt; | The new fields values to modify in the filter. |

