<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@workgrid/client](./client.md) &gt; [Mutations](./client.mutations.md)

## Mutations interface

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

This interface is populated inline as mutation defaults are applied

<b>Signature:</b>

```typescript
interface Mutations 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [actionNotification](./client.mutations.actionnotification.md) | Mutation&lt;\['actionNotification'\], { spaceId: string; id: string; data?: unknown; }, Notification&gt; | <b><i>(BETA)</i></b> |
|  [deleteNotification](./client.mutations.deletenotification.md) | Mutation&lt;\['deleteNotification'\], { spaceId: string; id: string; }, Notification&gt; | <b><i>(BETA)</i></b> |
|  [graphql](./client.mutations.graphql.md) | Mutation&lt;\['graphql'\], { query: string; variables: unknown; }, unknown&gt; | <b><i>(BETA)</i></b> |
|  [notificationDetailViewed](./client.mutations.notificationdetailviewed.md) | Mutation&lt;\['notificationDetailViewed'\], { spaceId: string; id: string; }, Notification&gt; | <b><i>(BETA)</i></b> |
|  [notificationViewed](./client.mutations.notificationviewed.md) | Mutation&lt;\['notificationViewed'\], { spaceId: string; id: string; }, Notification&gt; | <b><i>(BETA)</i></b> |

