API Stability Long-Term

The removeFromBlocklist() GraphQL mutation is used to remove an item from a query blocklist.

For more information on blocking queries, see the Blocking Queries documentation page.

Syntax

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

graphql
removeFromBlocklist(
     input: RemoveFromBlocklistInput!
   ): boolean!

Given Datatypes

RemoveFromBlocklistInput has one parameter. See the table below:

Table: RemoveFromBlocklistInput

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 19, 2024
idstringyes Long-TermThe unique identifier of the blocklist entry to remove.