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

DataComparisonExpressionIntLiteral

Represents an integer literal.

type DataComparisonExpressionIntLiteral {
  value: Int!
}

Fields

value ● Int! non-null scalar

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?