UserPointsRanking: {
    __typename?: "UserPointsRanking";
    lastUpdated?: Maybe<Scalars["DateTime"]["output"]>;
    ranking: Scalars["Int"]["output"];
    totalDapps: Scalars["Long"]["output"];
    totalPoints: Scalars["Long"]["output"];
}

User's points ranking information

Type declaration

  • Optional__typename?: "UserPointsRanking"
  • OptionallastUpdated?: Maybe<Scalars["DateTime"]["output"]>

    The timestamp of when the ranking was last updated

  • ranking: Scalars["Int"]["output"]

    The user's current ranking

  • totalDapps: Scalars["Long"]["output"]

    The total number of dapps the user has interacted with

  • totalPoints: Scalars["Long"]["output"]

    The total points earned by the user