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

DataComparisonExpressionBinaryLiteral

Represents a boolean literal.

type DataComparisonExpressionBinaryLiteral {
  value: Boolean!
}

Fields

value ● Boolean! non-null scalar

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?