Retrieve user notifications and their read status.
Returns a paginated list of notifications for the current user.
Parameters:
| Parameter | Type | Description |
|---|
orderBy | [QueryNotificationsOrderByOrderByClause] | Sorting options. |
first | Int | Number of items per page. |
page | Int | Page number. |
| Field | Type | Description |
|---|
id | String | Notification ID. |
created_at | DateTime | Creation timestamp. |
updated_at | DateTime | Last update timestamp. |
read_at | DateTime | Read timestamp. |
company_id | String | Company ID. |
data | JSON | Notification data payload. |
type | String | Notification type. |