@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultVarianceSampleAggregates

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

    Properties

    roundId: any

    Sample variance of roundId across the matching connection

    userId: any

    Sample variance of userId across the matching connection

    position: any

    Sample variance of position across the matching connection

    points: any

    Sample variance of points across the matching connection

    __typename: "ZslRoundResultVarianceSampleAggregates"