@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundMinAggregates

    interface ZslRoundMinAggregates {
        id: number | null;
        seasonId: number | null;
        round: number | null;
        workshopId: any;
        __typename: "ZslRoundMinAggregates";
    }
    Index

    Properties

    id: number | null

    Minimum of id across the matching connection

    seasonId: number | null

    Minimum of seasonId across the matching connection

    round: number | null

    Minimum of round across the matching connection

    workshopId: any

    Minimum of workshopId across the matching connection

    __typename: "ZslRoundMinAggregates"