@zeepkist/graphql
    Preparing search index...

    Interface LevelPointSumAggregatesGenqlSelection

    interface LevelPointSumAggregatesGenqlSelection {
        id?: number | boolean;
        points?: number | boolean;
        levelId?: number | boolean;
        rating?: number | boolean;
        modifierLength?: number | boolean;
        modifierCompetitiveness?: number | boolean;
        modifierRating?: number | boolean;
        modifierPopularity?: number | boolean;
        cutPenalty?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Sum of id across the matching connection

    points?: number | boolean

    Sum of points across the matching connection

    levelId?: number | boolean

    Sum of levelId across the matching connection

    rating?: number | boolean

    Sum of rating across the matching connection

    modifierLength?: number | boolean

    Sum of modifierLength across the matching connection

    modifierCompetitiveness?: number | boolean

    Sum of modifierCompetitiveness across the matching connection

    modifierRating?: number | boolean

    Sum of modifierRating across the matching connection

    modifierPopularity?: number | boolean

    Sum of modifierPopularity across the matching connection

    cutPenalty?: number | boolean

    Sum of cutPenalty across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean