@zeepkist/graphql
    Preparing search index...

    Interface RecordDistinctCountAggregatesGenqlSelection

    interface RecordDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        time?: number | boolean;
        gameVersion?: number | boolean;
        levelId?: number | boolean;
        modVersion?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        splits?: number | boolean;
        speeds?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Distinct count of id across the matching connection

    userId?: number | boolean

    Distinct count of userId across the matching connection

    time?: number | boolean

    Distinct count of time across the matching connection

    gameVersion?: number | boolean

    Distinct count of gameVersion across the matching connection

    levelId?: number | boolean

    Distinct count of levelId across the matching connection

    modVersion?: number | boolean

    Distinct count of modVersion across the matching connection

    dateCreated?: number | boolean

    Distinct count of dateCreated across the matching connection

    dateUpdated?: number | boolean

    Distinct count of dateUpdated across the matching connection

    splits?: number | boolean

    Distinct count of splits across the matching connection

    speeds?: number | boolean

    Distinct count of speeds across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean