WhereRuleAuditsInput
The input type for the WhereRuleAuditsInput.
input WhereRuleAuditsInput {
groupCode: ID!
ruleID: ID
ruleActionTypes: [RuleActionType]
}
Fields
WhereRuleAuditsInput.groupCode
● ID!
non-null scalar
Group code where the rule will apply.
WhereRuleAuditsInput.ruleID
● ID
scalar
Unique identifier of the rule.
WhereRuleAuditsInput.ruleActionTypes
● [RuleActionType]
list enum
The type of action performed on the rule.