mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
Merge branch 'master' into actions
This commit is contained in:
@@ -112,7 +112,10 @@ type Comment {
|
||||
# The user who authored the comment.
|
||||
user: User
|
||||
|
||||
# The replies that were made to the comment.
|
||||
# the recent replies made against this comment.
|
||||
recentReplies: [Comment]
|
||||
|
||||
# the replies that were made to the comment.
|
||||
replies(sort: SORT_ORDER = CHRONOLOGICAL, limit: Int = 3): [Comment]
|
||||
|
||||
# The count of replies on a comment.
|
||||
@@ -273,6 +276,9 @@ type Asset {
|
||||
# The URL that the asset is located on.
|
||||
url: String
|
||||
|
||||
# Returns recent comments
|
||||
recentComments: [Comment]
|
||||
|
||||
# The top level comments that are attached to the asset.
|
||||
comments(sort: SORT_ORDER = REVERSE_CHRONOLOGICAL, limit: Int = 10): [Comment]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user