@zeepkist/graphql
    Preparing search index...

    Interface UserStddevPopulationAggregatesGenqlSelection

    interface UserStddevPopulationAggregatesGenqlSelection {
        id?: number | boolean;
        steamId?: number | boolean;
        discordId?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Population standard deviation of id across the matching connection

    steamId?: number | boolean

    Population standard deviation of steamId across the matching connection

    discordId?: number | boolean

    Population standard deviation of discordId across the matching connection

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