@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelMaxAggregates

    interface ZslLevelMaxAggregates {
        id: number | null;
        roundId: number | null;
        levelId: number | null;
        __typename: "ZslLevelMaxAggregates";
    }
    Index

    Properties

    id: number | null

    Maximum of id across the matching connection

    roundId: number | null

    Maximum of roundId across the matching connection

    levelId: number | null

    Maximum of levelId across the matching connection

    __typename: "ZslLevelMaxAggregates"