Skip to content

ThreadLikeNotification

Notification for when a thread is liked

type ThreadLikeNotification {
id: Int!
userId: Int!
type: NotificationType
threadId: 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 thread which was liked

The notification context text

The time the notification was created at

The thread that the relevant comment belongs to

The liked thread comment

The user who liked the activity

NotificationUnion union