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

DataComparisonExpressionFloatLiteral

Represents a float literal.

type DataComparisonExpressionFloatLiteral {
  value: Float!
}

Fields

value ● Float! non-null scalar

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?