AddToBlocklistInput is an input datatype for adding a query to a blocklist It's used by the addToBlocklist() mutation field.

Table: AddToBlocklistInput

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: Mar 28, 2025
patternstringyes Long-TermThe pattern to match for selecting data to add to the blocklist.
typeBlockedQueryMatcherTypeyes Long-TermWhether the pattern should be matched exactly or interpreted as a regex pattern. See BlockedQueryMatcherType .
viewNamestringyes Long-TermLimits the scope of the pattern to a specific view preventing matching queries from execution in that context only.
clusterWideboolean falseLong-TermWhether to apply the pattern, globally. Requires the ManageCluster permission.