@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistorySumAggregates

    interface UserPointsHistorySumAggregates {
        id: any;
        userId: any;
        points: any;
        totalPoints: any;
        rank: any;
        worldRecords: any;
        __typename: "UserPointsHistorySumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    userId: any

    Sum of userId across the matching connection

    points: any

    Sum of points across the matching connection

    totalPoints: any

    Sum of totalPoints across the matching connection

    rank: any

    Sum of rank across the matching connection

    worldRecords: any

    Sum of worldRecords across the matching connection

    __typename: "UserPointsHistorySumAggregates"