@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMinAggregates

    interface ZslRoundResultMinAggregates {
        roundId: number | null;
        userId: number | null;
        position: number | null;
        points: number | null;
        __typename: "ZslRoundResultMinAggregates";
    }
    Index

    Properties

    roundId: number | null

    Minimum of roundId across the matching connection

    userId: number | null

    Minimum of userId across the matching connection

    position: number | null

    Minimum of position across the matching connection

    points: number | null

    Minimum of points across the matching connection

    __typename: "ZslRoundResultMinAggregates"