@zeepkist/graphql
    Preparing search index...

    Interface UserPointVarianceSampleAggregates

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

    Properties

    id: any

    Sample variance of id across the matching connection

    userId: any

    Sample variance of userId across the matching connection

    points: any

    Sample variance of points across the matching connection

    rank: any

    Sample variance of rank across the matching connection

    worldRecords: any

    Sample variance of worldRecords across the matching connection

    totalPoints: any

    Sample variance of totalPoints across the matching connection

    __typename: "UserPointVarianceSampleAggregates"