> 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-operand-input.md).

# AbacComparisonExpressionOperandInput

Input object to represent an operand.

```graphql
input AbacComparisonExpressionOperandInput {
  literal: AbacComparisonExpressionLiteral
}
```

### Fields

#### literal ● [`AbacComparisonExpressionLiteral`](/api/graphql/data-access/input-types/abac-comparison-expression-literal.md) input <a href="#literal" id="literal"></a>

The literal value of the operand.

### Member Of

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