mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 08:04:00 +08:00
Change load amounts for comments (#2800)
Load 20 comments initially and on load more. Load 3 replies initially and on load more. CORL-864
This commit is contained in:
@@ -2611,7 +2611,7 @@ type Story {
|
||||
comments are the comments on the Story.
|
||||
"""
|
||||
comments(
|
||||
first: Int = 10 @constraint(max: 50)
|
||||
first: Int = 20 @constraint(max: 50)
|
||||
orderBy: COMMENT_SORT = CREATED_AT_DESC
|
||||
after: Cursor
|
||||
): CommentsConnection!
|
||||
|
||||
Reference in New Issue
Block a user