@zeepkist/graphql
    Preparing search index...

    Interface UserVariancePopulationAggregates

    interface UserVariancePopulationAggregates {
        id: any;
        steamId: any;
        discordId: any;
        __typename: "UserVariancePopulationAggregates";
    }
    Index

    Properties

    id: any

    Population variance of id across the matching connection

    steamId: any

    Population variance of steamId across the matching connection

    discordId: any

    Population variance of discordId across the matching connection

    __typename: "UserVariancePopulationAggregates"