@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultDistinctCountAggregatesGenqlSelection

    interface ZslLevelResultDistinctCountAggregatesGenqlSelection {
        levelId?: number | boolean;
        userId?: number | boolean;
        recordId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        time?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    levelId?: number | boolean

    Distinct count of levelId across the matching connection

    userId?: number | boolean

    Distinct count of userId across the matching connection

    recordId?: number | boolean

    Distinct count of recordId across the matching connection

    position?: number | boolean

    Distinct count of position across the matching connection

    points?: number | boolean

    Distinct count of points across the matching connection

    time?: number | boolean

    Distinct count of time 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

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