@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultMaxAggregates

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

    Properties

    levelId: number | null

    Maximum of levelId across the matching connection

    userId: number | null

    Maximum of userId across the matching connection

    recordId: number | null

    Maximum of recordId across the matching connection

    position: number | null

    Maximum of position across the matching connection

    points: number | null

    Maximum of points across the matching connection

    time: number | null

    Maximum of time across the matching connection

    __typename: "ZslLevelResultMaxAggregates"