Skip to content

ActivityLikeNotification

Notification for when a activity is liked

type ActivityLikeNotification {
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 liked to the activity

The type of notification

The id of the activity which was liked

The notification context text

The time the notification was created at

The liked activity

The user who liked the activity

NotificationUnion union