Skip to content

ThreadCommentLikeNotification

Notification for when a thread comment is liked

type ThreadCommentLikeNotification {
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 liked to the activity

The type of notification

The id of the activity which was liked

The notification context text

The time the notification was created at

The thread that the relevant comment belongs to

The thread comment that was liked

The user who liked the activity

NotificationUnion union