ConditionGroupInput
Represents a group of conditions with nested logic support. Allows building complex filter expressions by combining multiple conditions and sub-groups with AND/OR operators.
Fields
#
conditionGroups
List of nested condition groups for complex logic. Allows creating expressions like (A AND B) OR (C AND D). Sub-groups are combined using this group's operator. Can be null if using simple conditions instead.
conditions
List of individual conditions to evaluate within this group. All conditions are combined using the group's operator. Can be null if using nested condition groups instead.
operator
The logical operator (AND/OR) that determines how conditions and sub-groups within this group are combined. AND requires all conditions to be true, OR requires at least one to be true.
Usages
#
References
#
- Argument filter of field createWebhook from type Mutation
- Argument filter of field updateWebhook from type Mutation
ConditionGroupFilterInput
