@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultStddevSampleAggregates

    interface ZslSeasonResultStddevSampleAggregates {
        seasonId: any;
        userId: any;
        position: any;
        points: any;
        __typename: "ZslSeasonResultStddevSampleAggregates";
    }
    Index

    Properties

    seasonId: any

    Sample standard deviation of seasonId 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: "ZslSeasonResultStddevSampleAggregates"