INPUT_OBJECT

SetDashboardAlertQueueActivityStatusInput

Inputs to the SetDashboardAlertQueueActivityStatus mutation.

link GraphQL Schema definition

1input SetDashboardAlertQueueActivityStatusInput {
5
2# The ID corresponding to the activity whose alert queue activity status should be
3# updated.
4activityID: ID!
8
6# The value to set the status to.
7alertStatus: DashboardActivityFeedActivityAlertStatus!
12
9# The ID corresponding to the user whose alert queue activity status should be
10# updated.
11userID: ID!
13}