> ## 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.

# StringEqualsConditionInput

> Equality match on a single string (input form).

### TypeScript shape

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

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