<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) &gt; [updateQueryPreviewResultsFromEnrichment](./x-components.queriespreviewmutations.updatequerypreviewresultsfromenrichment.md)

## QueriesPreviewMutations.updateQueryPreviewResultsFromEnrichment property

Updates the query preview results with the enrichment results.

**Signature:**

```typescript
updateQueryPreviewResultsFromEnrichment: (enrichmentPayload: {
        queryPreviewItem: QueryPreviewItem;
        enrichmentResults: any[];
    }) => void;
```
