ThreadCommentSubscribedNotification
Notification for when a user replies to a subscribed forum thread
type ThreadCommentSubscribedNotification { id: Int! userId: Int! type: NotificationType commentId: Int! context: String createdAt: Int thread: Thread comment: ThreadComment user: User}Fields
Section titled “Fields”ThreadCommentSubscribedNotification.id ● Int! non-null scalar
Section titled “ThreadCommentSubscribedNotification.id ● Int! ”The id of the Notification
ThreadCommentSubscribedNotification.userId ● Int! non-null scalar
Section titled “ThreadCommentSubscribedNotification.userId ● Int! ”The id of the user who commented on the thread
ThreadCommentSubscribedNotification.type ● NotificationType enum
Section titled “ThreadCommentSubscribedNotification.type ● NotificationType ”The type of notification
ThreadCommentSubscribedNotification.commentId ● Int! non-null scalar
Section titled “ThreadCommentSubscribedNotification.commentId ● Int! ”The id of the new comment in the subscribed thread
ThreadCommentSubscribedNotification.context ● String scalar
Section titled “ThreadCommentSubscribedNotification.context ● String ”The notification context text
ThreadCommentSubscribedNotification.createdAt ● Int scalar
Section titled “ThreadCommentSubscribedNotification.createdAt ● Int ”The time the notification was created at
ThreadCommentSubscribedNotification.thread ● Thread object
Section titled “ThreadCommentSubscribedNotification.thread ● Thread ”The thread that the relevant comment belongs to
ThreadCommentSubscribedNotification.comment ● ThreadComment object
Section titled “ThreadCommentSubscribedNotification.comment ● ThreadComment ”The reply thread comment
ThreadCommentSubscribedNotification.user ● User object
Section titled “ThreadCommentSubscribedNotification.user ● User ”The user who replied to the subscribed thread
Implemented By
Section titled “Implemented By”NotificationUnion union