UserCommentCounts
No description
type UserCommentCounts {
statuses: CommentStatusCounts!
}
Fields
UserCommentCounts.statuses ● CommentStatusCounts! non-null object
statuses stores the counts of all the statuses against the parent user.
Member Of
User object