@zeepkist/graphql
    Preparing search index...

    Interface LevelMinAggregates

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

    Properties

    Properties

    id: number | null

    Minimum of id across the matching connection

    __typename: "LevelMinAggregates"