@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryStddevPopulationAggregatesGenqlSelection

    interface LevelPointsHistoryStddevPopulationAggregatesGenqlSelection {
        id?: number | boolean;
        levelId?: number | boolean;
        points?: number | boolean;
        rating?: number | boolean;
        modifierLength?: number | boolean;
        modifierCompetitiveness?: number | boolean;
        modifierRating?: number | boolean;
        modifierPopularity?: number | boolean;
        cutPenalty?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Population standard deviation of id across the matching connection

    levelId?: number | boolean

    Population standard deviation of levelId across the matching connection

    points?: number | boolean

    Population standard deviation of points across the matching connection

    rating?: number | boolean

    Population standard deviation of rating across the matching connection

    modifierLength?: number | boolean

    Population standard deviation of modifierLength across the matching connection

    modifierCompetitiveness?: number | boolean

    Population standard deviation of modifierCompetitiveness across the matching connection

    modifierRating?: number | boolean

    Population standard deviation of modifierRating across the matching connection

    modifierPopularity?: number | boolean

    Population standard deviation of modifierPopularity across the matching connection

    cutPenalty?: number | boolean

    Population standard deviation of cutPenalty across the matching connection

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