ActivityMentionNotification
Notification for when authenticated user is @ mentioned in activity or reply
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the Notification | |
userId | Int! | The id of the user who mentioned the authenticated user | |
type | The type of notification | ||
activityId | Int! | The id of the activity where mentioned | |
context | The notification context text | ||
createdAt | The time the notification was created at | ||
activity | The liked activity | ||
user | The user who mentioned the authenticated user |
Last updated