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

AbacComparisonExpressionBinaryLiteral

Represents a literal of type boolean (i.e. true or false).

type AbacComparisonExpressionBinaryLiteral {
  value: Boolean!
}

Fields

value ● Boolean! non-null scalar

Implemented By

AbacComparisonExpressionOperand union

Last updated

Was this helpful?