Skip to content

ActivityReplyLikeNotification

Notification for when a activity reply is liked

type ActivityReplyLikeNotification {
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 reply

The type of notification

The id of the activity where the reply which was liked

The notification context text

The time the notification was created at

The liked activity

The user who liked the activity reply

NotificationUnion union