mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Edit UI sends editComment mutation, handles errors
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
mutation EditComment ($id: ID!, $edit: EditCommentInput) {
|
||||
editComment(id:$id, edit:$edit) {
|
||||
errors {
|
||||
translation_key
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user