Skip to content

ActivityReplySubscribedNotification

Notification for when a user replies to activity the authenticated user has replied to

type ActivityReplySubscribedNotification {
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 replied to the activity

The type of notification

The id of the activity which was replied too

The notification context text

The time the notification was created at

The liked activity

The user who replied to the activity

NotificationUnion union