@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultStddevPopulationAggregatesGenqlSelection

    interface ZslLevelResultStddevPopulationAggregatesGenqlSelection {
        levelId?: number | boolean;
        userId?: number | boolean;
        recordId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        time?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    levelId?: number | boolean

    Population standard deviation of levelId across the matching connection

    userId?: number | boolean

    Population standard deviation of userId across the matching connection

    recordId?: number | boolean

    Population standard deviation of recordId 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

    time?: number | boolean

    Population standard deviation of time across the matching connection

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