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:
Nick Funk
2020-01-20 10:54:34 -07:00
committed by Wyatt Johnson
parent 4bd929f3f0
commit 5c46884a97
13 changed files with 200 additions and 859 deletions
+1 -1
View File
@@ -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!