Skip to main content

BusinessRuleDecisionTableDeleteRowInput

No description

input BusinessRuleDecisionTableDeleteRowInput {
rowId: ID!
ruleId: ID!
tableId: ID!
}

Fields

BusinessRuleDecisionTableDeleteRowInput.rowId ● ID! non-null scalar

The ID of the row to delete

BusinessRuleDecisionTableDeleteRowInput.ruleId ● ID! non-null scalar

The ID of the BusinessRule that contains the row

BusinessRuleDecisionTableDeleteRowInput.tableId ● ID! non-null scalar

The ID of the DecisionTable inside BusinessRule that contains the row

Member Of

businessRuleDecisionTableDeleteRow mutation