mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Extended Asset with comment
This commit is contained in:
@@ -580,6 +580,9 @@ type Asset {
|
||||
deep: Boolean,
|
||||
): CommentConnection!
|
||||
|
||||
# A Comment from the Asset by comment's ID
|
||||
comment(id: ID!): Comment
|
||||
|
||||
# The count of top level comments on the asset.
|
||||
commentCount(excludeIgnored: Boolean, tags: [String!]): Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user