@zeepkist/graphql
    Preparing search index...

    Interface RecordDistinctCountAggregates

    interface RecordDistinctCountAggregates {
        id: any;
        userId: any;
        time: any;
        gameVersion: any;
        levelId: any;
        modVersion: any;
        dateCreated: any;
        dateUpdated: any;
        splits: any;
        speeds: any;
        __typename: "RecordDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    userId: any

    Distinct count of userId across the matching connection

    time: any

    Distinct count of time across the matching connection

    gameVersion: any

    Distinct count of gameVersion across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    modVersion: any

    Distinct count of modVersion across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    splits: any

    Distinct count of splits across the matching connection

    speeds: any

    Distinct count of speeds across the matching connection

    __typename: "RecordDistinctCountAggregates"