@zeepkist/graphql
    Preparing search index...

    Interface LevelMaxAggregates

    interface LevelMaxAggregates {
        id: number | null;
        __typename: "LevelMaxAggregates";
    }
    Index

    Properties

    Properties

    id: number | null

    Maximum of id across the matching connection

    __typename: "LevelMaxAggregates"