@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    seasonId: number | null

    Maximum of seasonId across the matching connection

    round: number | null

    Maximum of round across the matching connection

    workshopId: any

    Maximum of workshopId across the matching connection

    __typename: "ZslRoundMaxAggregates"