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