@zeepkist/graphql
    Preparing search index...

    Interface UserVarianceSampleAggregates

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

    Properties

    id: any

    Sample variance of id across the matching connection

    steamId: any

    Sample variance of steamId across the matching connection

    discordId: any

    Sample variance of discordId across the matching connection

    __typename: "UserVarianceSampleAggregates"