@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultAverageAggregates

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

    Properties

    levelId: any

    Mean average of levelId across the matching connection

    userId: any

    Mean average of userId across the matching connection

    recordId: any

    Mean average of recordId across the matching connection

    position: any

    Mean average of position across the matching connection

    points: any

    Mean average of points across the matching connection

    time: null | number

    Mean average of time across the matching connection

    __typename: "ZslLevelResultAverageAggregates"