@zeepkist/graphql
    Preparing search index...

    Interface UserStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    steamId: any

    Population standard deviation of steamId across the matching connection

    discordId: any

    Population standard deviation of discordId across the matching connection

    __typename: "UserStddevPopulationAggregates"