INPUT_OBJECT
SetDashboardAlertQueueActivityStatusInput
Inputs to the SetDashboardAlertQueueActivityStatus mutation.
link GraphQL Schema definition
1 input SetDashboardAlertQueueActivityStatusInput { 5 2 # The ID corresponding to the activity whose alert queue activity status should be 3 # updated. 4 : ID! 8 6 # The value to set the status to. 7 : DashboardActivityFeedActivityAlertStatus! 12 9 # The ID corresponding to the user whose alert queue activity status should be 10 # updated. 11 : ID! 13 }