mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
BE Subscription for Featured Comments
This commit is contained in:
@@ -1046,6 +1046,10 @@ type Subscription {
|
||||
# Requires the `ADMIN` or `MODERATOR` role.
|
||||
commentFlagged(asset_id: ID): Comment
|
||||
|
||||
# Get an update whenever a comment is featured.
|
||||
# Requires the `ADMIN` or `MODERATOR` role.
|
||||
commentFeatured(asset_id: ID): Comment
|
||||
|
||||
# Get an update whenever a comment has been accepted.
|
||||
# Requires the `ADMIN` or `MODERATOR` role.
|
||||
commentAccepted(asset_id: ID): Comment
|
||||
|
||||
Reference in New Issue
Block a user