mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Comment replyCount edge can now be filtered by notIgnoredBy
This commit is contained in:
@@ -191,7 +191,7 @@ type Comment {
|
||||
replies(sort: SORT_ORDER = CHRONOLOGICAL, limit: Int = 3, notIgnoredBy: String): [Comment]
|
||||
|
||||
# The count of replies on a comment.
|
||||
replyCount: Int
|
||||
replyCount(notIgnoredBy: String): Int
|
||||
|
||||
# Actions completed on the parent. Requires the `ADMIN` role.
|
||||
actions: [Action]
|
||||
|
||||
Reference in New Issue
Block a user