@zeepkist/graphql
    Preparing search index...

    Interface LevelPointMinAggregates

    interface LevelPointMinAggregates {
        id: null | number;
        points: null | number;
        levelId: null | number;
        rating: null | number;
        modifierLength: null | number;
        modifierCompetitiveness: null | number;
        modifierRating: null | number;
        modifierPopularity: null | number;
        cutPenalty: null | number;
        __typename: "LevelPointMinAggregates";
    }
    Index

    Properties

    id: null | number

    Minimum of id across the matching connection

    points: null | number

    Minimum of points across the matching connection

    levelId: null | number

    Minimum of levelId across the matching connection

    rating: null | number

    Minimum of rating across the matching connection

    modifierLength: null | number

    Minimum of modifierLength across the matching connection

    modifierCompetitiveness: null | number

    Minimum of modifierCompetitiveness across the matching connection

    modifierRating: null | number

    Minimum of modifierRating across the matching connection

    modifierPopularity: null | number

    Minimum of modifierPopularity across the matching connection

    cutPenalty: null | number

    Minimum of cutPenalty across the matching connection

    __typename: "LevelPointMinAggregates"