Remove remaining username alias in post comment mutation

This commit is contained in:
Chi Vinh Le
2017-07-21 03:57:32 +07:00
parent e1d1549c93
commit 65500eda64
@@ -84,7 +84,7 @@ const extension = {
}
user {
id
name: username
username
}
action_summaries {
count
@@ -143,7 +143,7 @@ const extension = {
user: {
__typename: 'User',
id: auth.toJS().user.id,
name: auth.toJS().user.username
username: auth.toJS().user.username
},
created_at: new Date().toISOString(),
body,