@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    roundId: number | null

    Minimum of roundId across the matching connection

    levelId: number | null

    Minimum of levelId across the matching connection

    __typename: "ZslLevelMinAggregates"