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

# Subscriptions

> GraphQL subscriptions documentation

## Overview

This page documents GraphQL subscriptions.

## Example

```graphql theme={null}
# Example query
query {
  orders {
    id
    total
  }
}
```

## Next Steps

<Card title="API Introduction" href="/api-reference/introduction">
  Return to API overview
</Card>
