@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMaxAggregatesGenqlSelection

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

    Properties

    roundId?: number | boolean

    Maximum of roundId across the matching connection

    userId?: number | boolean

    Maximum of userId across the matching connection

    position?: number | boolean

    Maximum of position across the matching connection

    points?: number | boolean

    Maximum of points across the matching connection

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