<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [NextQueriesMutations](./x-components.nextqueriesmutations.md) &gt; [setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md)

## NextQueriesMutations.setNextQueries() method

Sets the next queries of the module.

**Signature:**

```typescript
setNextQueries(nextQueries: NextQuery[]): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  nextQueries | NextQuery\[\] | The new next queries to save to the state. |

**Returns:**

void

