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

AbacComparisonExpressionLiteral

Input object to represent a literal value. Exactly one of the fields should be specified.

input AbacComparisonExpressionLiteral {
  bool: Boolean
  string: String
  stringList: [String!]
}

Fields

bool ● Boolean scalar

A boolean value.

string ● String scalar

A string value.

stringList ● [String!] list scalar

A string list value.

Member Of

AbacComparisonExpressionOperandInput input

Last updated

Was this helpful?