Skip to main 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
}

Fields

ThreadCommentLikeNotification.id ● Int! non-null scalar

The id of the Notification

ThreadCommentLikeNotification.userId ● Int! non-null scalar

The id of the user who liked to the activity

ThreadCommentLikeNotification.type ● NotificationType enum

The type of notification

ThreadCommentLikeNotification.commentId ● Int! non-null scalar

The id of the activity which was liked

ThreadCommentLikeNotification.context ● String scalar

The notification context text

ThreadCommentLikeNotification.createdAt ● Int scalar

The time the notification was created at

ThreadCommentLikeNotification.thread ● Thread object

The thread that the relevant comment belongs to

ThreadCommentLikeNotification.comment ● ThreadComment object

The thread comment that was liked

ThreadCommentLikeNotification.user ● User object

The user who liked the activity

Implemented By

NotificationUnion union