@zeepkist/graphql
    Preparing search index...

    Interface LevelPointAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    points: any

    Mean average of points across the matching connection

    levelId: any

    Mean average of levelId across the matching connection

    rating: number | null

    Mean average of rating across the matching connection

    modifierLength: number | null

    Mean average of modifierLength across the matching connection

    modifierCompetitiveness: number | null

    Mean average of modifierCompetitiveness across the matching connection

    modifierRating: number | null

    Mean average of modifierRating across the matching connection

    modifierPopularity: number | null

    Mean average of modifierPopularity across the matching connection

    cutPenalty: number | null

    Mean average of cutPenalty across the matching connection

    __typename: "LevelPointAverageAggregates"