comments
Return a list of comments.
comments(
where: QueryCommentsWhereWhereConditions
orderBy: [QueryCommentsOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): CommentConnection!
Arguments
comments.where ● QueryCommentsWhereWhereConditions input
comments.orderBy ● [QueryCommentsOrderByOrderByClause!] list input
comments.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
comments.after ● String scalar
A cursor after which elements are returned.
comments.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
CommentConnection object
A paginated list of Comment edges.