ENUM

SetDashboardAlertQueuePreferenceErrorCode

SetDashboardAlertQueuePreferenceErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum SetDashboardAlertQueuePreferenceErrorCode {
2
3# The input channel ID is invalid.
4INVALID_CHANNEL_ID
5}