@zeepkist/graphql
    Preparing search index...

    Interface WorldRecordGlobalMaxAggregates

    interface WorldRecordGlobalMaxAggregates {
        id: null | number;
        recordId: null | number;
        levelId: null | number;
        userId: null | number;
        __typename: "WorldRecordGlobalMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    recordId: null | number

    Maximum of recordId across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    __typename: "WorldRecordGlobalMaxAggregates"