recentComments
get a list of the last comments created where the user would have access to
recentComments(
after: String
first: Int
): ViewerCommentConnectionConnection
Arguments
recentComments.after
● String
scalar
Returns the items in the list that come after the specified cursor.
recentComments.first
● Int
scalar
Returns the first n items from the list.
Type
ViewerCommentConnectionConnection
object
A connection to a list of items.