@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    points: null | number

    Maximum of points across the matching connection

    rating: null | number

    Maximum of rating across the matching connection

    modifierLength: null | number

    Maximum of modifierLength across the matching connection

    modifierCompetitiveness: null | number

    Maximum of modifierCompetitiveness across the matching connection

    modifierRating: null | number

    Maximum of modifierRating across the matching connection

    modifierPopularity: null | number

    Maximum of modifierPopularity across the matching connection

    cutPenalty: null | number

    Maximum of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryMaxAggregates"