BlockedQueryMatcherType is an enumerated list of matching methods.

This enumerated datatype is also used by three other datatypes: AddToBlocklistByIdInput, which is used by the addToBlocklistById() mutation field; and AddToBlocklistInput, which is used by the addToBlocklist() mutation; and BlockedQuery, which is used by two mutation fields and a query field: the addToBlocklist() and addToBlocklistById() mutations; and the blockedQueries() query field.

Table: BlockedQueryMatcherType

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 3, 2025
EXACT   Long-TermSet to this option blocked queries are to be matched exactly based on values given.
REGEX   Long-TermUse this option if regex is used to match blocked queries.