Skip to content

ActivityReplyNotification

Notification for when a user replies to the authenticated users activity

type ActivityReplyNotification {
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