@zeepkist/graphql
    Preparing search index...

    Interface LevelPointMinAggregatesGenqlSelection

    interface LevelPointMinAggregatesGenqlSelection {
        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

    Minimum of id across the matching connection

    points?: number | boolean

    Minimum of points across the matching connection

    levelId?: number | boolean

    Minimum of levelId across the matching connection

    rating?: number | boolean

    Minimum of rating across the matching connection

    modifierLength?: number | boolean

    Minimum of modifierLength across the matching connection

    modifierCompetitiveness?: number | boolean

    Minimum of modifierCompetitiveness across the matching connection

    modifierRating?: number | boolean

    Minimum of modifierRating across the matching connection

    modifierPopularity?: number | boolean

    Minimum of modifierPopularity across the matching connection

    cutPenalty?: number | boolean

    Minimum of cutPenalty across the matching connection

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