mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
streamQuery reduces editComment mutations to reflect edits without contacting server
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mutation EditComment ($id: ID!, $edit: EditCommentInput) {
|
||||
mutation editComment ($id: ID!, $edit: EditCommentInput) {
|
||||
editComment(id:$id, edit:$edit) {
|
||||
errors {
|
||||
translation_key
|
||||
|
||||
Reference in New Issue
Block a user