@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMaxAggregates

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

    Properties

    roundId: number | null

    Maximum of roundId across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    position: number | null

    Maximum of position across the matching connection

    points: number | null

    Maximum of points across the matching connection

    __typename: "ZslRoundResultMaxAggregates"