Skip to content

ThreadCommentMentionNotification

Notification for when authenticated user is @ mentioned in a forum thread comment

type ThreadCommentMentionNotification {
id: Int!
userId: Int!
type: NotificationType
commentId: Int!
context: String
createdAt: Int
thread: Thread
comment: ThreadComment
user: User
}

The id of the Notification

The id of the user who mentioned the authenticated user

The type of notification

The id of the comment where mentioned

The notification context text

The time the notification was created at

The thread that the relevant comment belongs to

The thread comment that included the @ mention

The user who mentioned the authenticated user

NotificationUnion union