@zeepkist/graphql
    Preparing search index...

    Interface UserMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    steamId: any

    Minimum of steamId across the matching connection

    discordId: any

    Minimum of discordId across the matching connection

    __typename: "UserMinAggregates"