mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Ádding typenames to update the store
This commit is contained in:
@@ -154,11 +154,13 @@ const extension = {
|
||||
tag: {
|
||||
name: tag,
|
||||
created_at: new Date().toISOString(),
|
||||
__typename: 'Tag'
|
||||
},
|
||||
assigned_by: {
|
||||
id: auth.toJS().user.id,
|
||||
__typename: 'User'
|
||||
},
|
||||
__typename: 'Tag'
|
||||
__typename: 'TagLink'
|
||||
})),
|
||||
status: null,
|
||||
replyCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user