OBJECT

UserActivitySummary

link GraphQL Schema definition

  • type UserActivitySummary {
  • # The total CE earned on posts the user has created
  • totalCEEarnedOnContent: Float!
  • # The total number of views on posts the user has created
  • totalPostViewsOnContent: Int!
  • # The total number of likes on posts the user has created
  • totalLikesOnContent: Int!
  • # The total number of comments on posts the user has created
  • totalCommentsOnContent: Int!
  • # The total number of bookmarked posts, on posts the user has created
  • totalSavesOnContent: Int!
  • # The total number of posts the current user has liked
  • totalLikes: Int!
  • # The total number of posts the current user has saved
  • totalSaves: Int!
  • }

link Require by