ActivityMessageNotification
Notification for when a user is send an activity message
| Field | Argument | Type | Description |
|---|---|---|---|
| id | Int! | The id of the Notification | |
| userId | Int! | The if of the user who send the message | |
| type | NotificationType | The type of notification | |
| activityId | Int! | The id of the activity message | |
| context | String | The notification context text | |
| createdAt | Int | The time the notification was created at | |
| message | MessageActivity | The message activity | |
| user | User | The user who sent the message | |
