FollowingNotification
Notification for when the authenticated user is followed by another user
| Field | Argument | Type | Description |
|---|---|---|---|
| id | Int! | The id of the Notification | |
| userId | Int! | The id of the user who followed the authenticated user | |
| type | NotificationType | The type of notification | |
| context | String | The notification context text | |
| createdAt | Int | The time the notification was created at | |
| user | User | The liked activity | |
