@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMinAggregatesGenqlSelection

    interface ZslRoundResultMinAggregatesGenqlSelection {
        roundId?: number | boolean;
        userId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    roundId?: number | boolean

    Minimum of roundId across the matching connection

    userId?: number | boolean

    Minimum of userId across the matching connection

    position?: number | boolean

    Minimum of position across the matching connection

    points?: number | boolean

    Minimum of points across the matching connection

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