Objects

UserActivityHistory

A user's activity history stats for the previous 6 months. Refreshes only periodically

A user's activity history stats for the previous 6 months. Refreshes only periodically

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

Fields

UserActivityHistory.date ● Int scalar

The day the activity took place (Unix timestamp)

UserActivityHistory.amount ● Int scalar

The amount of activity on the day

UserActivityHistory.level ● Int scalar

The level of activity represented on a 1-10 scale

Member Of

UserStats object

Copyright © 2026