@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryStddevSampleAggregates

    interface LevelPointsHistoryStddevSampleAggregates {
        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: "LevelPointsHistoryStddevSampleAggregates";
    }
    Index

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    levelId: any

    Sample standard deviation of levelId across the matching connection

    points: any

    Sample standard deviation of points across the matching connection

    rating: null | number

    Sample standard deviation of rating across the matching connection

    modifierLength: null | number

    Sample standard deviation of modifierLength across the matching connection

    modifierCompetitiveness: null | number

    Sample standard deviation of modifierCompetitiveness across the matching connection

    modifierRating: null | number

    Sample standard deviation of modifierRating across the matching connection

    modifierPopularity: null | number

    Sample standard deviation of modifierPopularity across the matching connection

    cutPenalty: null | number

    Sample standard deviation of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryStddevSampleAggregates"