mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
Mark comments as always returning a value
This commit is contained in:
@@ -305,7 +305,7 @@ type Asset {
|
||||
first: Int = 10
|
||||
orderBy: COMMENT_SORT = CREATED_AT_DESC
|
||||
after: Cursor
|
||||
): CommentsConnection
|
||||
): CommentsConnection!
|
||||
|
||||
"""
|
||||
author is the authors listed in the meta tags for the Asset.
|
||||
|
||||
Reference in New Issue
Block a user