API ReferenceNotification Preference
notificationPreference.update
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| inAppEnabled | boolean | No | — | In app enabled |
| browserEnabled | boolean | No | — | Browser enabled |
| typeOverrides | object | No | — | Type overrides |
Example
{
"inAppEnabled": true,
"browserEnabled": true,
"typeOverrides": null
}