API Stability Long-Term

The disableFilterAlert() GraphQL mutation may be used to disable an existing filter alert.

For more information on filter alerts, see the Filter alerts documentation page.

Syntax

Below is the syntax for the disableFilterAlert() mutation field:

graphql
disableFilterAlert(
      input: DisableFilterAlert!
   ): boolean!

Given Datatypes

For DisableFilterAlert, there are two parameters. They're described here:

Table: DisableFilterAlert

ParameterTypeRequiredDefaultStabilityDescription
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
idstringyes Long-TermThe unique identifier of the filter alert to disable.
viewNameRepoOrViewNameyes Long-TermName of the view of the filter alert. RepoOrViewName is a scalar.