Skip to main content

UpdateBlacklistRuleInput

The input type for updating a BlacklistRule.

input UpdateBlacklistRuleInput {
criteria: BlacklistRuleCriteriaInput!
value: BlacklistRuleValueInput!
tag: String!
}

Fields

UpdateBlacklistRuleInput.criteria ● BlacklistRuleCriteriaInput! non-null input

It is used to define the conditions that the rule will be applied to.

UpdateBlacklistRuleInput.value ● BlacklistRuleValueInput! non-null input

It is used to define the codes that will be blacklisted or whitelisted.

UpdateBlacklistRuleInput.tag ● String! non-null scalar

It is used to identify the rule with a frendly name.