<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>

