ThreadCommentMentionNotification
Notification for when authenticated user is @ mentioned in a forum thread comment
type ThreadCommentMentionNotification { id: Int! userId: Int! type: NotificationType commentId: Int! context: String createdAt: Int thread: Thread comment: ThreadComment user: User}Fields
Section titled “Fields”ThreadCommentMentionNotification.id ● Int! non-null scalar
Section titled “ThreadCommentMentionNotification.id ● Int! ”The id of the Notification
ThreadCommentMentionNotification.userId ● Int! non-null scalar
Section titled “ThreadCommentMentionNotification.userId ● Int! ”The id of the user who mentioned the authenticated user
ThreadCommentMentionNotification.type ● NotificationType enum
Section titled “ThreadCommentMentionNotification.type ● NotificationType ”The type of notification
ThreadCommentMentionNotification.commentId ● Int! non-null scalar
Section titled “ThreadCommentMentionNotification.commentId ● Int! ”The id of the comment where mentioned
ThreadCommentMentionNotification.context ● String scalar
Section titled “ThreadCommentMentionNotification.context ● String ”The notification context text
ThreadCommentMentionNotification.createdAt ● Int scalar
Section titled “ThreadCommentMentionNotification.createdAt ● Int ”The time the notification was created at
ThreadCommentMentionNotification.thread ● Thread object
Section titled “ThreadCommentMentionNotification.thread ● Thread ”The thread that the relevant comment belongs to
ThreadCommentMentionNotification.comment ● ThreadComment object
Section titled “ThreadCommentMentionNotification.comment ● ThreadComment ”The thread comment that included the @ mention
ThreadCommentMentionNotification.user ● User object
Section titled “ThreadCommentMentionNotification.user ● User ”The user who mentioned the authenticated user
Implemented By
Section titled “Implemented By”NotificationUnion union