mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Support live comment edit update
This commit is contained in:
@@ -940,12 +940,11 @@ type RootMutation {
|
||||
type CommentStatusChangedUpdate {
|
||||
user: User
|
||||
comment: Comment
|
||||
previous: Comment
|
||||
}
|
||||
|
||||
type Subscription {
|
||||
commentAdded(asset_id: ID!): Comment
|
||||
commentEdited(asset_id: ID!): Comment
|
||||
commentEdited(asset_id: ID): Comment
|
||||
commentStatusChanged(asset_id: ID): CommentStatusChangedUpdate
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user