PreferenceRuleValue
The PreferenceRuleValue type represents the value of a PreferenceRule.
type PreferenceRuleValue {
percentage: Float!
filterCompetitors: Boolean!
}
Fields
PreferenceRuleValue.percentage
● Float!
non-null scalar
List of codes to be preference.
PreferenceRuleValue.filterCompetitors
● Boolean!
non-null scalar
List of codes to be whitelisted.
Member Of
PreferenceRuleData
object