@zeepkist/graphql
    Preparing search index...

    Interface RecordStddevSampleAggregates

    interface RecordStddevSampleAggregates {
        id: any;
        userId: any;
        time: null | number;
        levelId: any;
        __typename: "RecordStddevSampleAggregates";
    }
    Index

    Properties

    id: any

    Sample standard deviation of id across the matching connection

    userId: any

    Sample standard deviation of userId across the matching connection

    time: null | number

    Sample standard deviation of time across the matching connection

    levelId: any

    Sample standard deviation of levelId across the matching connection

    __typename: "RecordStddevSampleAggregates"