@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 686 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) > [removeQueryPreviewInstance](./x-components.queriespreviewmutations.removequerypreviewinstance.md)
## QueriesPreviewMutations.removeQueryPreviewInstance property
Decreases in 1 the instance counter and removes the query preview if the counter is 0 and cache is false.
**Signature:**
```typescript
removeQueryPreviewInstance: ({ queryPreviewHash, cache, }: {
queryPreviewHash: string;
cache: boolean;
}) => void;
```