@zeepkist/graphql
    Preparing search index...

    Interface UserAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    steamId: any

    Mean average of steamId across the matching connection

    discordId: any

    Mean average of discordId across the matching connection

    __typename: "UserAverageAggregates"