@zeepkist/graphql
    Preparing search index...

    Interface RecordStddevPopulationAggregates

    interface RecordStddevPopulationAggregates {
        id: any;
        userId: any;
        time: number | null;
        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: number | null

    Population standard deviation of time across the matching connection

    levelId: any

    Population standard deviation of levelId across the matching connection

    __typename: "RecordStddevPopulationAggregates"