ThreadCommentReplyNotification
Notification for when a user replies to your forum thread comment
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | The id of the Notification | |
userId | Int! | The id of the user who create the comment reply | |
type | The type of notification | ||
commentId | Int! | The id of the reply comment | |
context | The notification context text | ||
createdAt | The time the notification was created at | ||
thread | The thread that the relevant comment belongs to | ||
comment | The reply thread comment | ||
user | The user who replied to the activity |
Last updated