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}Fields
Section titled “Fields”The id of the Notification
FollowingNotification.userId ● Int! non-null scalar
Section titled “FollowingNotification.userId ● Int! ”The id of the user who followed the authenticated user
FollowingNotification.type ● NotificationType enum
Section titled “FollowingNotification.type ● NotificationType ”The type of notification
FollowingNotification.context ● String scalar
Section titled “FollowingNotification.context ● String ”The notification context text
The time the notification was created at
The liked activity
Implemented By
Section titled “Implemented By”NotificationUnion union