@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultMaxAggregates

    interface ZslLevelResultMaxAggregates {
        levelId: null | number;
        userId: null | number;
        recordId: null | number;
        position: null | number;
        points: null | number;
        time: null | number;
        __typename: "ZslLevelResultMaxAggregates";
    }
    Index

    Properties

    levelId: null | number

    Maximum of levelId across the matching connection

    userId: null | number

    Maximum of userId across the matching connection

    recordId: null | number

    Maximum of recordId across the matching connection

    position: null | number

    Maximum of position across the matching connection

    points: null | number

    Maximum of points across the matching connection

    time: null | number

    Maximum of time across the matching connection

    __typename: "ZslLevelResultMaxAggregates"