For the complete documentation index, see llms.txt. This page is also available as Markdown.

AbacComparisonExpressionAggregator

Represents an aggregator boolean expression with a single operator (e.g. X AND Y AND Z).

type AbacComparisonExpressionAggregator {
  operands: [AbacComparisonExpression!]!
  operator: BinaryExpressionAggregatorOperator!
}

Fields

operands ● [AbacComparisonExpression!]! non-null union

The list of operands to combine with the operator.

operator ● BinaryExpressionAggregatorOperator! non-null enum

The aggregator operator to use.

Implemented By

AbacComparisonExpression union

Last updated

Was this helpful?