Skip to content

ThreadCommentReplyNotification

Notification for when a user replies to your forum thread comment

type ThreadCommentReplyNotification {
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 create the comment reply

The type of notification

The id of the reply comment

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 activity

NotificationUnion union