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

AbacComparisonExpressionStringLiteral

Represents a literal of type string.

type AbacComparisonExpressionStringLiteral {
  value: String!
}

Fields

value ● String! non-null scalar

Implemented By

AbacComparisonExpressionOperand union

Last updated

Was this helpful?