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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.