@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    roundId: null | number

    Minimum of roundId across the matching connection

    levelId: null | number

    Minimum of levelId across the matching connection

    __typename: "ZslLevelMinAggregates"