@zeepkist/graphql
    Preparing search index...

    Interface RecordStddevPopulationAggregates

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

    Properties

    id: any

    Population standard deviation of id across the matching connection

    userId: any

    Population standard deviation of userId across the matching connection

    time: null | number

    Population standard deviation of time across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    __typename: "RecordStddevPopulationAggregates"