@zeepkist/graphql
    Preparing search index...

    Interface UserStddevSampleAggregatesGenqlSelection

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

    Properties

    id?: number | boolean

    Sample standard deviation of id across the matching connection

    steamId?: number | boolean

    Sample standard deviation of steamId across the matching connection

    discordId?: number | boolean

    Sample standard deviation of discordId across the matching connection

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