TypesInputs
AlertUpdateInput
Input for updating one or more monitoring alerts.
input AlertUpdateInput {
ids: [AlertId!]!
state: AlertState
}Fields
ids [AlertId!]! non-null scalar
[AlertId!]!
The IDs of the alerts to update.
state AlertState enum
AlertState
The new state to set on the alerts.
Member Of
alertUpdate mutation