@zeepkist/graphql
    Preparing search index...

    Interface LevelPointMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    points: number | null

    Maximum of points across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    rating: number | null

    Maximum of rating across the matching connection

    modifierLength: number | null

    Maximum of modifierLength across the matching connection

    modifierCompetitiveness: number | null

    Maximum of modifierCompetitiveness across the matching connection

    modifierRating: number | null

    Maximum of modifierRating across the matching connection

    modifierPopularity: number | null

    Maximum of modifierPopularity across the matching connection

    cutPenalty: number | null

    Maximum of cutPenalty across the matching connection

    __typename: "LevelPointMaxAggregates"