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 | The type of notification | ||
activityId | Int! | The id of the activity message | |
context | The notification context text | ||
createdAt | The time the notification was created at | ||
message | The message activity | ||
user | The user who sent the message |
Last updated