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

# IntEqualsCondition

> Equality match on a single integer.

### TypeScript shape

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

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