@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryVarianceSampleAggregates

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

    Properties

    id: any

    Sample variance of id across the matching connection

    levelId: any

    Sample variance of levelId across the matching connection

    points: any

    Sample variance of points across the matching connection

    rating: number | null

    Sample variance of rating across the matching connection

    modifierLength: number | null

    Sample variance of modifierLength across the matching connection

    modifierCompetitiveness: number | null

    Sample variance of modifierCompetitiveness across the matching connection

    modifierRating: number | null

    Sample variance of modifierRating across the matching connection

    modifierPopularity: number | null

    Sample variance of modifierPopularity across the matching connection

    cutPenalty: number | null

    Sample variance of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryVarianceSampleAggregates"