@zeepkist/graphql
    Preparing search index...

    Interface UserPointsHistoryVarianceSampleAggregatesGenqlSelection

    interface UserPointsHistoryVarianceSampleAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        points?: number | boolean;
        totalPoints?: number | boolean;
        rank?: number | boolean;
        worldRecords?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sample variance of id across the matching connection

    userId?: number | boolean

    Sample variance of userId across the matching connection

    points?: number | boolean

    Sample variance of points across the matching connection

    totalPoints?: number | boolean

    Sample variance of totalPoints across the matching connection

    rank?: number | boolean

    Sample variance of rank across the matching connection

    worldRecords?: number | boolean

    Sample variance of worldRecords across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean