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

DataComparisonExpressionAggregatorInput

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

input DataComparisonExpressionAggregatorInput {
  operands: [DataComparisonExpressionInput!]!
  operator: BinaryExpressionAggregatorOperator!
}

Fields

operands ● [DataComparisonExpressionInput!]! non-null input

The operands which will be combined with the operator.

operator ● BinaryExpressionAggregatorOperator! non-null enum

The operator to use.

Member Of

DataComparisonExpressionInput input

Last updated

Was this helpful?