ThreadComment
Comment query
ThreadComment(
id: Int
threadId: Int
userId: Int
sort: [ThreadCommentSort]
): [ThreadComment]
Arguments
ThreadComment.id
● Int
scalar
Filter by the comment id
ThreadComment.threadId
● Int
scalar
Filter by the thread id
ThreadComment.userId
● Int
scalar
Filter by the user id of the comment's creator
ThreadComment.sort
● [ThreadCommentSort]
list enum
The order the results will be returned in
Type
ThreadComment
object
Forum Thread Comment