@zeepkist/graphql
    Preparing search index...

    Interface RecordVariancePopulationAggregates

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

    Properties

    id: any

    Population variance of id across the matching connection

    userId: any

    Population variance of userId across the matching connection

    time: null | number

    Population variance of time across the matching connection

    levelId: any

    Population variance of levelId across the matching connection

    __typename: "RecordVariancePopulationAggregates"