OBJECT
EmailSequenceFilter
link GraphQL Schema definition
- type EmailSequenceFilter {
- # Primary group of field conditions evaluated against the record.
- : MainFilterBox!
- # Additional condition groups combined with the main group to form the complete
- # filter.
- : [FilterBox!]!
- # Logical operator (AND or OR) that joins the condition groups when no explicit
- # formula is given.
- : FilterGroupOperator!
- # Optional boolean expression referencing the condition groups by number to
- # combine them in a custom way.
- : String
- }