Skip to content

ThreadCommentSubscribedNotification

Notification for when a user replies to a subscribed forum thread

type ThreadCommentSubscribedNotification {
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 commented on the thread

The type of notification

The id of the new comment in the subscribed thread

The notification context text

The time the notification was created at

The thread that the relevant comment belongs to

The reply thread comment

The user who replied to the subscribed thread

NotificationUnion union