@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundAverageAggregates

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

    Properties

    id: any

    Mean average of id across the matching connection

    seasonId: any

    Mean average of seasonId across the matching connection

    round: any

    Mean average of round across the matching connection

    workshopId: any

    Mean average of workshopId across the matching connection

    __typename: "ZslRoundAverageAggregates"