@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultVariancePopulationAggregates

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

    Properties

    levelId: any

    Population variance of levelId across the matching connection

    userId: any

    Population variance of userId across the matching connection

    recordId: any

    Population variance of recordId across the matching connection

    position: any

    Population variance of position across the matching connection

    points: any

    Population variance of points across the matching connection

    time: null | number

    Population variance of time across the matching connection

    __typename: "ZslLevelResultVariancePopulationAggregates"