@zeepkist/graphql
    Preparing search index...

    Interface UserMaxAggregatesGenqlSelection

    interface UserMaxAggregatesGenqlSelection {
        id?: number | boolean;
        steamId?: number | boolean;
        discordId?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    id?: number | boolean

    Maximum of id across the matching connection

    steamId?: number | boolean

    Maximum of steamId across the matching connection

    discordId?: number | boolean

    Maximum of discordId across the matching connection

    __typename?: number | boolean
    __scalar?: number | boolean