@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultSumAggregates

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

    Properties

    levelId: any

    Sum of levelId across the matching connection

    userId: any

    Sum of userId across the matching connection

    recordId: any

    Sum of recordId across the matching connection

    position: any

    Sum of position across the matching connection

    points: any

    Sum of points across the matching connection

    time: number

    Sum of time across the matching connection

    __typename: "ZslLevelResultSumAggregates"