This commit is contained in:
Chi Vinh Le
2017-12-14 20:41:05 +01:00
parent 5446abe3a9
commit 2b312dbf8e
2 changed files with 8 additions and 3 deletions
@@ -48,9 +48,6 @@ export default withFragments({
edited
}
status_history {
assigned_by {
id
}
type
}
hasParent
@@ -65,6 +65,14 @@ const COMMENT_FEATURED_SUBSCRIPTION = gql`
commentFeatured(asset_id: $assetId) {
comment {
...${getDefinitionName(Comment.fragments.comment)}
status_history {
type
created_at
assigned_by {
id
username
}
}
}
user {
id