mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 05:54:07 +08:00
editComment returns status of comment after edit. UI shows appropriate notifications if PREMOD or REJECTED
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
mutation editComment ($id: ID!, $edit: EditCommentInput) {
|
||||
editComment(id:$id, edit:$edit) {
|
||||
comment {
|
||||
status
|
||||
}
|
||||
errors {
|
||||
translation_key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user