@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryVariancePopulationAggregates

    interface LevelPointsHistoryVariancePopulationAggregates {
        id: any;
        levelId: any;
        points: any;
        rating: null | number;
        modifierLength: null | number;
        modifierCompetitiveness: null | number;
        modifierRating: null | number;
        modifierPopularity: null | number;
        cutPenalty: null | number;
        __typename: "LevelPointsHistoryVariancePopulationAggregates";
    }
    Index

    Properties

    id: any

    Population variance of id across the matching connection

    levelId: any

    Population variance of levelId across the matching connection

    points: any

    Population variance of points across the matching connection

    rating: null | number

    Population variance of rating across the matching connection

    modifierLength: null | number

    Population variance of modifierLength across the matching connection

    modifierCompetitiveness: null | number

    Population variance of modifierCompetitiveness across the matching connection

    modifierRating: null | number

    Population variance of modifierRating across the matching connection

    modifierPopularity: null | number

    Population variance of modifierPopularity across the matching connection

    cutPenalty: null | number

    Population variance of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryVariancePopulationAggregates"