@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultStddevSampleAggregates

    interface ZslLevelResultStddevSampleAggregates {
        levelId: any;
        userId: any;
        recordId: any;
        position: any;
        points: any;
        time: null | number;
        __typename: "ZslLevelResultStddevSampleAggregates";
    }
    Index

    Properties

    levelId: any

    Sample standard deviation of levelId across the matching connection

    userId: any

    Sample standard deviation of userId across the matching connection

    recordId: any

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

    time: null | number

    Sample standard deviation of time across the matching connection

    __typename: "ZslLevelResultStddevSampleAggregates"