Skip to main content

comments

comments returns a filtered comments connection that can be paginated. This is a fairly expensive edge to filter against, moderation queues should utilize the dedicated edges for more optimized responses.

comments(  first: Int = 10  after: Cursor  storyID: ID = 0  siteID: ID = 0  status: COMMENT_STATUS  section: SectionFilter  tag: TAG  query: String  orderBy: COMMENT_SORT = "CREATED_AT_DESC"): CommentsConnection!

Arguments#

first (Int)#

after (Cursor)#

storyID (ID)#

siteID (ID)#

status (COMMENT_STATUS)#

section (SectionFilter)#

tag (TAG)#

query (String)#

orderBy (COMMENT_SORT)#

Type#

CommentsConnection#

CommentsConnection represents a subset of a comment list.