@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultStddevSampleAggregatesGenqlSelection

    interface ZslLevelResultStddevSampleAggregatesGenqlSelection {
        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

    Sample standard deviation of levelId across the matching connection

    userId?: number | boolean

    Sample standard deviation of userId across the matching connection

    recordId?: number | boolean

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

    time?: number | boolean

    Sample standard deviation of time across the matching connection

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