BusinessRuleDecisionTableMoveRowInput
No description
input BusinessRuleDecisionTableMoveRowInput {
rowId: ID!
targetRowId: ID!
direction: BusinessRuleDecisionTableRowReorderDirection!
ruleId: ID!
tableId: ID!
}
Fields
BusinessRuleDecisionTableMoveRowInput.rowId
● ID!
non-null scalar
The ID of the row to move
BusinessRuleDecisionTableMoveRowInput.targetRowId
● ID!
non-null scalar
The ID of the row to move to
BusinessRuleDecisionTableMoveRowInput.direction
● BusinessRuleDecisionTableRowReorderDirection!
non-null enum
The direction of the move action relative to the target row, either 'above' or 'below'
BusinessRuleDecisionTableMoveRowInput.ruleId
● ID!
non-null scalar
The ID of the BusinessRule that contains the table
BusinessRuleDecisionTableMoveRowInput.tableId
● ID!
non-null scalar
The ID of the DecisionTable inside BusinessRule that contains the rows to move
Member Of
businessRuleDecisionTableMoveRow
mutation