Skip to content

ActivityMessageNotification

Notification for when a user is send an activity message

type ActivityMessageNotification {
id: Int!
userId: Int!
type: NotificationType
activityId: Int!
context: String
createdAt: Int
message: MessageActivity
user: User
}

The id of the Notification

The if of the user who send the message

The type of notification

The id of the activity message

The notification context text

The time the notification was created at

The message activity

The user who sent the message

NotificationUnion union