ENUM

RoutingSegmentLogicalOperator

Logical operator used in routing group segments to determine if any, all, or none of the values of the segment must match.

link GraphQL Schema definition

  • enum RoutingSegmentLogicalOperator {
  • # All the values of the segment must match.
  • AND
  • # None of the values of the segment must match.
  • NOT
  • # Any value of the segment must match.
  • OR
  • }