Skip to main content

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

ThreadCommentReplyNotification.id ● Int! non-null scalar

The id of the Notification

ThreadCommentReplyNotification.userId ● Int! non-null scalar

The id of the user who create the comment reply

ThreadCommentReplyNotification.type ● NotificationType enum

The type of notification

ThreadCommentReplyNotification.commentId ● Int! non-null scalar

The id of the reply comment

ThreadCommentReplyNotification.context ● String scalar

The notification context text

ThreadCommentReplyNotification.createdAt ● Int scalar

The time the notification was created at

ThreadCommentReplyNotification.thread ● Thread object

The thread that the relevant comment belongs to

ThreadCommentReplyNotification.comment ● ThreadComment object

The reply thread comment

ThreadCommentReplyNotification.user ● User object

The user who replied to the activity

Implemented By

NotificationUnion union