@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundMinAggregates

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

    Properties

    id: null | number

    Minimum of id across the matching connection

    seasonId: null | number

    Minimum of seasonId across the matching connection

    round: null | number

    Minimum of round across the matching connection

    workshopId: any

    Minimum of workshopId across the matching connection

    __typename: "ZslRoundMinAggregates"