@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultStddevPopulationAggregatesGenqlSelection

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

    Properties

    seasonId?: number | boolean

    Population standard deviation of seasonId across the matching connection

    userId?: number | boolean

    Population standard deviation of userId across the matching connection

    position?: number | boolean

    Population standard deviation of position across the matching connection

    points?: number | boolean

    Population standard deviation of points across the matching connection

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