@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMaxAggregates

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

    Properties

    roundId: null | number

    Maximum of roundId across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    position: null | number

    Maximum of position across the matching connection

    points: null | number

    Maximum of points across the matching connection

    __typename: "ZslRoundResultMaxAggregates"