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

# EventLabelConnection

> Paginated connection wrapping a page of MEV event labels plus a cursor.

### TypeScript shape

```ts theme={null}
interface EventLabelConnection {
  items: EventLabel[] | null;
  cursor: string | null;
}
```

<ResponseField name="items" type="[EventLabel]">Labels for this page. See [EventLabel](/api-reference/graphql/types/EventLabel).</ResponseField>
<ResponseField name="cursor" type="String">Cursor for the next page.</ResponseField>
