streamQuery reduces editComment mutations to reflect edits without contacting server

This commit is contained in:
Benjamin Goering
2017-05-03 13:35:51 -07:00
parent ae3cbe990b
commit c8e7ec6cbf
4 changed files with 68 additions and 2 deletions
@@ -1,4 +1,4 @@
mutation EditComment ($id: ID!, $edit: EditCommentInput) {
mutation editComment ($id: ID!, $edit: EditCommentInput) {
editComment(id:$id, edit:$edit) {
errors {
translation_key