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

AbacComparisonExpressionAggregatorInput

Input object to create an aggregator expression (e.g. X OR Y OR Z).

input AbacComparisonExpressionAggregatorInput {
  operands: [AbacComparisonExpressionInput!]!
  operator: BinaryExpressionAggregatorOperator!
}

Fields

operands ● [AbacComparisonExpressionInput!]! non-null input

The operands which will be combined with the operator.

operator ● BinaryExpressionAggregatorOperator! non-null enum

The operator to use.

Member Of

AbacComparisonExpressionInput input

Last updated

Was this helpful?