BusinessRuleDecisionTableUpdateInput
No description
input BusinessRuleDecisionTableUpdateInput {
ruleId: ID!
tableId: ID!
name: String
hitPolicy: BusinessRuleHitPolicyOption!
}
Fields
BusinessRuleDecisionTableUpdateInput.ruleId
● ID!
non-null scalar
The ID of the BusinessRule that contains the table to update
BusinessRuleDecisionTableUpdateInput.tableId
● ID!
non-null scalar
The ID of the DecisionTable inside BusinessRule to update
BusinessRuleDecisionTableUpdateInput.name
● String
scalar
The name of the table
BusinessRuleDecisionTableUpdateInput.hitPolicy
● BusinessRuleHitPolicyOption!
non-null enum
The table's hitPolicy. Possible values: first, collect. 'first' means that the first matching row is used. 'collect' means that all matching rows are used.
Member Of
businessRuleDecisionTableUpdate
mutation