> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# StringEqualsCondition

> Equality match on a single string.

### TypeScript shape

```ts theme={null}
interface StringEqualsCondition {
  eq: string;
}
```

<ResponseField name="eq" type="String!">String value to match exactly.</ResponseField>
