@zeepkist/graphql
    Preparing search index...

    Interface UserStddevSampleAggregates

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

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    steamId: any

    Sample standard deviation of steamId across the matching connection

    discordId: any

    Sample standard deviation of discordId across the matching connection

    __typename: "UserStddevSampleAggregates"