@zeepkist/graphql
    Preparing search index...

    Interface LevelPointsHistoryDistinctCountAggregates

    interface LevelPointsHistoryDistinctCountAggregates {
        id: any;
        levelId: any;
        points: any;
        dateCreated: any;
        dateUpdated: any;
        rating: any;
        modifierLength: any;
        modifierCompetitiveness: any;
        modifierRating: any;
        modifierPopularity: any;
        cutPenalty: any;
        __typename: "LevelPointsHistoryDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    points: any

    Distinct count of points across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    rating: any

    Distinct count of rating across the matching connection

    modifierLength: any

    Distinct count of modifierLength across the matching connection

    modifierCompetitiveness: any

    Distinct count of modifierCompetitiveness across the matching connection

    modifierRating: any

    Distinct count of modifierRating across the matching connection

    modifierPopularity: any

    Distinct count of modifierPopularity across the matching connection

    cutPenalty: any

    Distinct count of cutPenalty across the matching connection

    __typename: "LevelPointsHistoryDistinctCountAggregates"