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}Fields
Section titled “Fields”ActivityMentionNotification.id ● Int! non-null scalar
Section titled “ActivityMentionNotification.id ● Int! ”The id of the Notification
ActivityMentionNotification.userId ● Int! non-null scalar
Section titled “ActivityMentionNotification.userId ● Int! ”The id of the user who mentioned the authenticated user
ActivityMentionNotification.type ● NotificationType enum
Section titled “ActivityMentionNotification.type ● NotificationType ”The type of notification
ActivityMentionNotification.activityId ● Int! non-null scalar
Section titled “ActivityMentionNotification.activityId ● Int! ”The id of the activity where mentioned
ActivityMentionNotification.context ● String scalar
Section titled “ActivityMentionNotification.context ● String ”The notification context text
ActivityMentionNotification.createdAt ● Int scalar
Section titled “ActivityMentionNotification.createdAt ● Int ”The time the notification was created at
ActivityMentionNotification.activity ● ActivityUnion union
Section titled “ActivityMentionNotification.activity ● ActivityUnion ”The liked activity
ActivityMentionNotification.user ● User object
Section titled “ActivityMentionNotification.user ● User ”The user who mentioned the authenticated user
Implemented By
Section titled “Implemented By”NotificationUnion union