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

AbacComparisonExpressionStringListLiteral

Represents a literal of type string list.

type AbacComparisonExpressionStringListLiteral {
  value: [String!]
}

Fields

value ● [String!] list scalar

Implemented By

AbacComparisonExpressionOperand union

Last updated

Was this helpful?