@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultStddevSampleAggregatesGenqlSelection

    interface ZslSeasonResultStddevSampleAggregatesGenqlSelection {
        seasonId?: number | boolean;
        userId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    seasonId?: number | boolean

    Sample standard deviation of seasonId across the matching connection

    userId?: number | boolean

    Sample standard deviation of userId across the matching connection

    position?: number | boolean

    Sample standard deviation of position across the matching connection

    points?: number | boolean

    Sample standard deviation of points across the matching connection

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