@zeepkist/graphql
    Preparing search index...

    Interface LevelMinAggregates

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

    Properties

    Properties

    id: null | number

    Minimum of id across the matching connection

    __typename: "LevelMinAggregates"