@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultSumAggregatesGenqlSelection

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

    Properties

    roundId?: number | boolean

    Sum of roundId across the matching connection

    userId?: number | boolean

    Sum of userId across the matching connection

    position?: number | boolean

    Sum of position across the matching connection

    points?: number | boolean

    Sum of points across the matching connection

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