@zeepkist/graphql
    Preparing search index...

    Interface UserSumAggregates

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

    Properties

    id: any

    Sum of id across the matching connection

    steamId: any

    Sum of steamId across the matching connection

    discordId: any

    Sum of discordId across the matching connection

    __typename: "UserSumAggregates"