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

# IntEqualsConditionInput

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

### TypeScript shape

```ts theme={null}
interface IntEqualsConditionInput {
  eq: number;
}
```

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