@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.02 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md)
## QueryPreviewStatusPayload interface
Payload to use in the `setStatus` mutation.
**Signature:**
```typescript
export interface QueryPreviewStatusPayload
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[queryPreviewHash](./x-components.querypreviewstatuspayload.querypreviewhash.md)
</td><td>
</td><td>
string
</td><td>
The query hash whose request status to modify.
</td></tr>
<tr><td>
[status](./x-components.querypreviewstatuspayload.status.md)
</td><td>
</td><td>
[RequestStatus](./x-components.requeststatus.md)
</td><td>
The new request status.
</td></tr>
</tbody></table>