BusinessRuleCreateInput
Input data for creating a new business rule with basic configuration and metadata
input BusinessRuleCreateInput {
name: [LocalizedStringInput!]!
type: BusinessRuleType!
}
Fields
BusinessRuleCreateInput.name ● [LocalizedStringInput!]! non-null input
Localized names for the business rule supporting multiple languages for international use
BusinessRuleCreateInput.type ● BusinessRuleType! non-null enum
Classification of the business rule determining its domain context and application scope
Member Of
businessRuleCreate mutation ● incentiveRuleCreate mutation