@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMinAggregates

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

    Properties

    roundId: null | number

    Minimum of roundId across the matching connection

    userId: null | number

    Minimum of userId across the matching connection

    position: null | number

    Minimum of position across the matching connection

    points: null | number

    Minimum of points across the matching connection

    __typename: "ZslRoundResultMinAggregates"