@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultAverageAggregates

    interface ZslRoundResultAverageAggregates {
        roundId: any;
        userId: any;
        position: any;
        points: any;
        __typename: "ZslRoundResultAverageAggregates";
    }
    Index

    Properties

    roundId: any

    Mean average of roundId across the matching connection

    userId: any

    Mean average of userId across the matching connection

    position: any

    Mean average of position across the matching connection

    points: any

    Mean average of points across the matching connection

    __typename: "ZslRoundResultAverageAggregates"