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

# Event Hub Subgraph Reference

> Technical reference for the su-eventhub subgraph providing event publishing and subscriptions.

# Event Hub Subgraph Reference

The `su-eventhub` subgraph provides event publishing and subscription capabilities.

## Subgraph Information

* **Name**: `su-eventhub`
* **Routing URL**: `https://c5913dk85i.execute-api.us-west-2.amazonaws.com/poc/graphql`
* **Last Updated**: 2025-08-01
* **SDL**: [View Schema](../schemas/sdl/su-eventhub.graphql)

## Overview

Event-driven integration and notifications.

## Root Query Fields

```graphql theme={null}
extend type Query {
  eventHubPublishedEvents: EventHubPublishedEvents
}
```

## Related Resources

* **[Overview](../overview)** - GraphQL API introduction
* **[Full SDL Schema](../schemas/sdl/su-eventhub.graphql)** - Complete type definitions
