Skip to content

FollowingNotification

Notification for when the authenticated user is followed by another user

type FollowingNotification {
id: Int!
userId: Int!
type: NotificationType
context: String
createdAt: Int
user: User
}

The id of the Notification

The id of the user who followed the authenticated user

The type of notification

The notification context text

The time the notification was created at

The liked activity

NotificationUnion union