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
Section titled “Fields”ThreadCommentLikeNotification.id ● Int! non-null scalar
Section titled “ThreadCommentLikeNotification.id ● Int! ”The id of the Notification
ThreadCommentLikeNotification.userId ● Int! non-null scalar
Section titled “ThreadCommentLikeNotification.userId ● Int! ”The id of the user who liked to the activity
ThreadCommentLikeNotification.type ● NotificationType enum
Section titled “ThreadCommentLikeNotification.type ● NotificationType ”The type of notification
ThreadCommentLikeNotification.commentId ● Int! non-null scalar
Section titled “ThreadCommentLikeNotification.commentId ● Int! ”The id of the activity which was liked
ThreadCommentLikeNotification.context ● String scalar
Section titled “ThreadCommentLikeNotification.context ● String ”The notification context text
ThreadCommentLikeNotification.createdAt ● Int scalar
Section titled “ThreadCommentLikeNotification.createdAt ● Int ”The time the notification was created at
ThreadCommentLikeNotification.thread ● Thread object
Section titled “ThreadCommentLikeNotification.thread ● Thread ”The thread that the relevant comment belongs to
ThreadCommentLikeNotification.comment ● ThreadComment object
Section titled “ThreadCommentLikeNotification.comment ● ThreadComment ”The thread comment that was liked
ThreadCommentLikeNotification.user ● User object
Section titled “ThreadCommentLikeNotification.user ● User ”The user who liked the activity
Implemented By
Section titled “Implemented By”NotificationUnion union