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

DataComparisonExpressionStringLiteral

Represents a string literal.

type DataComparisonExpressionStringLiteral {
  value: String!
}

Fields

value ● String! non-null scalar

Implemented By

DataComparisonExpressionOperand union

Last updated

Was this helpful?