@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultStddevSampleAggregates

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

    Properties

    roundId: any

    Sample standard deviation of roundId across the matching connection

    userId: any

    Sample standard deviation of userId across the matching connection

    position: any

    Sample standard deviation of position across the matching connection

    points: any

    Sample standard deviation of points across the matching connection

    __typename: "ZslRoundResultStddevSampleAggregates"