ThreadCommentMentionNotification
Notification for when authenticated user is @ mentioned in a forum thread comment
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 | ||
commentId | Int! | The id of the comment where mentioned | |
context | The notification context text | ||
createdAt | The time the notification was created at | ||
thread | The thread that the relevant comment belongs to | ||
comment | The thread comment that included the @ mention | ||
user | The user who mentioned the authenticated user |
Last updated