@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 704 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) > [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;
```