> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/abac-comparison-expression-literal.md).

# AbacComparisonExpressionLiteral

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

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

### Fields

#### bool ● [`Boolean`](/api/graphql/data-access/scalars/boolean.md) scalar <a href="#bool" id="bool"></a>

A boolean value.

#### string ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#string" id="string"></a>

A string value.

#### stringList ● [`[String!]`](/api/graphql/data-access/scalars/string.md) list scalar <a href="#string-list" id="string-list"></a>

A string list value.

### Member Of

[`AbacComparisonExpressionOperandInput`](/api/graphql/data-access/input-types/abac-comparison-expression-operand-input.md) input
