Skip to content

ActivityMentionNotification

Notification for when authenticated user is @ mentioned in activity or reply

type ActivityMentionNotification {
id: Int!
userId: Int!
type: NotificationType
activityId: Int!
context: String
createdAt: Int
activity: ActivityUnion
user: User
}

The id of the Notification

The id of the user who mentioned the authenticated user

The type of notification

The id of the activity where mentioned

The notification context text

The time the notification was created at

The liked activity

The user who mentioned the authenticated user

NotificationUnion union