@zeepkist/graphql
    Preparing search index...

    Interface LevelPointStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    points: any

    Population standard deviation of points across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    rating: number | null

    Population standard deviation of rating across the matching connection

    modifierLength: number | null

    Population standard deviation of modifierLength across the matching connection

    modifierCompetitiveness: number | null

    Population standard deviation of modifierCompetitiveness across the matching connection

    modifierRating: number | null

    Population standard deviation of modifierRating across the matching connection

    modifierPopularity: number | null

    Population standard deviation of modifierPopularity across the matching connection

    cutPenalty: number | null

    Population standard deviation of cutPenalty across the matching connection

    __typename: "LevelPointStddevPopulationAggregates"