Skip to main content

RecentCommentHistory

RecentCommentHistory returns data associated with a User's recent commenting history within the specified timeFrame configured.

type RecentCommentHistory {
statuses: CommentStatusCounts!
}

Fields

RecentCommentHistory.statuses ● CommentStatusCounts! non-null object

statuses stores the counts of all the statuses against Comments by a User within the timeFrame configured.

Member Of

User object