@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundSumAggregates

    interface ZslRoundSumAggregates {
        id: any;
        seasonId: any;
        round: any;
        workshopId: any;
        __typename: "ZslRoundSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    seasonId: any

    Sum of seasonId across the matching connection

    round: any

    Sum of round across the matching connection

    workshopId: any

    Sum of workshopId across the matching connection

    __typename: "ZslRoundSumAggregates"