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

DataComparisonExpressionTimestampLiteral

Represents a timestamp literal.

type DataComparisonExpressionTimestampLiteral {
  value: Time!
}

Fields

value ● Time! non-null scalar

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?