@zeepkist/graphql
    Preparing search index...

    Interface PersonalBestGlobalMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    recordId: number | null

    Maximum of recordId across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    __typename: "PersonalBestGlobalMaxAggregates"