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:

removeFromBlocklist(input: RemoveFromBlocklistInput!): boolean!

Given Datatypes

For the given datatype, RemoveFromBlocklistInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: RemoveFromBlocklistInput

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the blocklist entry to remove.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.