OBJECT

SetDashboardAlertQueuePreferencePayload

Outputs from the SetDashboardAlertQueuePreference mutation.

link GraphQL Schema definition

1type SetDashboardAlertQueuePreferencePayload {
2
3# The possible error returned from the service.
4error: SetDashboardAlertQueuePreferenceError
5
6# The updated preferences for dashboard alert queue.
7preferences: DashboardAlertQueuePreferences
8
9}