@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    roundId: null | number

    Maximum of roundId across the matching connection

    levelId: null | number

    Maximum of levelId across the matching connection

    __typename: "ZslLevelMaxAggregates"