@zeepkist/graphql
    Preparing search index...

    Interface UserDistinctCountAggregates

    interface UserDistinctCountAggregates {
        id: any;
        steamName: any;
        banned: any;
        dateCreated: any;
        dateUpdated: any;
        steamId: any;
        discordId: any;
        __typename: "UserDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    steamName: any

    Distinct count of steamName across the matching connection

    banned: any

    Distinct count of banned across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    steamId: any

    Distinct count of steamId across the matching connection

    discordId: any

    Distinct count of discordId across the matching connection

    __typename: "UserDistinctCountAggregates"