@zeepkist/graphql
    Preparing search index...

    Interface UserPointVariancePopulationAggregates

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

    Properties

    id: any

    Population variance of id across the matching connection

    userId: any

    Population variance of userId across the matching connection

    points: any

    Population variance of points across the matching connection

    rank: any

    Population variance of rank across the matching connection

    worldRecords: any

    Population variance of worldRecords across the matching connection

    totalPoints: any

    Population variance of totalPoints across the matching connection

    __typename: "UserPointVariancePopulationAggregates"