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