Skip to content

UserActivityHistory

A user’s activity history stats.

type UserActivityHistory {
date: Int
amount: Int
level: Int
}

The day the activity took place (Unix timestamp)

The amount of activity on the day

The level of activity represented on a 1-10 scale

UserStats object