OBJECT
UserActivitySummary
link GraphQL Schema definition
- type UserActivitySummary {
- # The total CE earned on posts the user has created
- : Float!
- # The total number of views on posts the user has created
- : Int!
- # The total number of likes on posts the user has created
- : Int!
- # The total number of comments on posts the user has created
- : Int!
- # The total number of bookmarked posts, on posts the user has created
- : Int!
- # The total number of posts the current user has liked
- : Int!
- # The total number of posts the current user has saved
- : Int!
- }