@zeepkist/graphql
    Preparing search index...

    Interface UserDistinctCountAggregatesGenqlSelection

    interface UserDistinctCountAggregatesGenqlSelection {
        id?: number | boolean;
        steamName?: number | boolean;
        banned?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        steamId?: number | boolean;
        discordId?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Distinct count of id across the matching connection

    steamName?: number | boolean

    Distinct count of steamName across the matching connection

    banned?: number | boolean

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

    steamId?: number | boolean

    Distinct count of steamId across the matching connection

    discordId?: number | boolean

    Distinct count of discordId across the matching connection

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