API Stability |
Long-Term
|
The disableAggregateAlert() GraphQL mutation is used to disable an aggregate alert.
For more information on aggregate alerts, see the Aggregate alerts documentation page.
Syntax
Below is the syntax for the disableAggregateAlert() mutation field:
graphql
disableAggregateAlert(
input: DeleteAggregateAlert!
): boolean!
Given Datatypes
For
DeleteAggregateAlert
,
there are a couple of parameters that may be given. Below is a
list of them along with their datatypes and a description of each:
Table: DeleteAggregateAlert
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 18, 2024 | |||||
id | string | yes | Long-Term | The unique identifier of the aggregate alert. | |
viewName | RepoOrViewName | yes | Long-Term | The name of the view of the aggregate alert. RepoOrViewName is a scalar. |