@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 740 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryMutations](./x-components.querymutations.md)
## QueryMutations interface
The [QueryState](./x-components.querystate.md) mutations.
**Signature:**
```typescript
export interface QueryMutations
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[setQuery](./x-components.querymutations.setquery.md)
</td><td>
</td><td>
(query: string) => void
</td><td>
Sets the query.
</td></tr>
</tbody></table>