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

BinaryExpressionLiteralBool

Represents a simple boolean expression stating either true or false'.

type BinaryExpressionLiteralBool {
  value: Boolean!
}

Fields

value ● Boolean! non-null scalar

Implemented By

AbacComparisonExpression union ● DataComparisonExpression union

Last updated

Was this helpful?