@zeepkist/graphql
    Preparing search index...

    Interface RecordSumAggregates

    interface RecordSumAggregates {
        id: any;
        userId: any;
        time: number;
        levelId: any;
        __typename: "RecordSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    userId: any

    Sum of userId across the matching connection

    time: number

    Sum of time across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    __typename: "RecordSumAggregates"