mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Fixing error when posting comment.
This commit is contained in:
@@ -4,6 +4,7 @@ mutation CreateComment ($asset_id: ID!, $parent_id: ID, $body: String!) {
|
||||
createComment(asset_id:$asset_id, parent_id:$parent_id, body:$body) {
|
||||
comment {
|
||||
...commentView
|
||||
replyCount
|
||||
replies {
|
||||
...commentView
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user