@zeepkist/graphql
    Preparing search index...

    Interface VoteDistinctCountAggregatesGenqlSelection

    interface VoteDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        userId?: number | boolean;
        levelId?: number | boolean;
        value?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: 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

    levelId?: number | boolean

    Distinct count of levelId across the matching connection

    value?: number | boolean

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