@zeepkist/graphql
    Preparing search index...

    Interface UserMaxAggregates

    interface UserMaxAggregates {
        id: null | number;
        steamId: any;
        discordId: any;
        __typename: "UserMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    steamId: any

    Maximum of steamId across the matching connection

    discordId: any

    Maximum of discordId across the matching connection

    __typename: "UserMaxAggregates"