@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    seasonId: null | number

    Maximum of seasonId across the matching connection

    round: null | number

    Maximum of round across the matching connection

    workshopId: any

    Maximum of workshopId across the matching connection

    __typename: "ZslRoundMaxAggregates"