@zeepkist/graphql
    Preparing search index...

    Interface WorldRecordGlobalMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    recordId: number | null

    Minimum of recordId across the matching connection

    levelId: number | null

    Minimum of levelId across the matching connection

    userId: number | null

    Minimum of userId across the matching connection

    __typename: "WorldRecordGlobalMinAggregates"