@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    levelId: number | null

    Minimum of levelId across the matching connection

    points: number | null

    Minimum of points across the matching connection

    rating: number | null

    Minimum of rating across the matching connection

    modifierLength: number | null

    Minimum of modifierLength across the matching connection

    modifierCompetitiveness: number | null

    Minimum of modifierCompetitiveness across the matching connection

    modifierRating: number | null

    Minimum of modifierRating across the matching connection

    modifierPopularity: number | null

    Minimum of modifierPopularity across the matching connection

    cutPenalty: number | null

    Minimum of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryMinAggregates"