@zeepkist/graphql
    Preparing search index...

    Interface WorldRecordGlobalSumAggregates

    interface WorldRecordGlobalSumAggregates {
        id: any;
        recordId: any;
        levelId: any;
        userId: any;
        __typename: "WorldRecordGlobalSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    recordId: any

    Sum of recordId across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    userId: any

    Sum of userId across the matching connection

    __typename: "WorldRecordGlobalSumAggregates"