ThreadLikeNotification
Notification for when a thread is liked
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the Notification | |
userId | Int! | The id of the user who liked to the activity | |
type | The type of notification | ||
threadId | Int! | The id of the thread which was liked | |
context | The notification context text | ||
createdAt | The time the notification was created at | ||
thread | The thread that the relevant comment belongs to | ||
comment | The liked thread comment | ||
user | The user who liked the activity |
Last updated