mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 13:45:40 +08:00
Next try
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user