@zeepkist/graphql
    Preparing search index...

    Interface RecordMaxAggregates

    interface RecordMaxAggregates {
        id: null | number;
        userId: null | number;
        time: null | number;
        levelId: null | number;
        __typename: "RecordMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    time: null | number

    Maximum of time across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    __typename: "RecordMaxAggregates"