> 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/object-types/data-comparison-expression-string-literal.md).

# DataComparisonExpressionStringLiteral

Represents a string literal.

```graphql
type DataComparisonExpressionStringLiteral {
  value: String!
}
```

### Fields

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

### Implemented By

[`DataComparisonExpressionOperand`](/api/graphql/data-access/unions/data-comparison-expression-operand.md) union
