@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    levelId: any

    Mean average of levelId across the matching connection

    points: any

    Mean average of points across the matching connection

    rating: null | number

    Mean average of rating across the matching connection

    modifierLength: null | number

    Mean average of modifierLength across the matching connection

    modifierCompetitiveness: null | number

    Mean average of modifierCompetitiveness across the matching connection

    modifierRating: null | number

    Mean average of modifierRating across the matching connection

    modifierPopularity: null | number

    Mean average of modifierPopularity across the matching connection

    cutPenalty: null | number

    Mean average of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryAverageAggregates"