CreatePreferenceRuleInput
The input type for creating a PreferenceRule.
input CreatePreferenceRuleInput {
groupCode: ID!
tag: String!
context: String!
criteria: PreferenceRuleCriteriaInput!
value: PreferenceRuleValueInput!
}
Fields
CreatePreferenceRuleInput.groupCode
● ID!
non-null scalar
Group code where the rule will apply.