OBJECT
FitnessCustomRule
link GraphQL Schema definition
- type FitnessCustomRule {
- # How the filter boxes combine — And or Or.
- : FilterGroupOperator!
- # Optional boolean formula combining the filter boxes by their number.
- : String
- # Primary group of filter conditions.
- : MainFilterBox!
- # Additional condition groups, combined per operator/formula.
- : [FilterBox!]!
- # When false, this custom rule is configured but not evaluated for records.
- : Boolean!
- # Warning level raised when a record matches this rule: Notice, Warning, or Error.
- : WarningLevelEnum!
- }