@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistorySumAggregates

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

    Properties

    id: any

    Sum of id across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    points: any

    Sum of points across the matching connection

    rating: number

    Sum of rating across the matching connection

    modifierLength: number

    Sum of modifierLength across the matching connection

    modifierCompetitiveness: number

    Sum of modifierCompetitiveness across the matching connection

    modifierRating: number

    Sum of modifierRating across the matching connection

    modifierPopularity: number

    Sum of modifierPopularity across the matching connection

    cutPenalty: number

    Sum of cutPenalty across the matching connection

    __typename: "LevelPointsHistorySumAggregates"