@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundVarianceSampleAggregates

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

    Properties

    id: any

    Sample variance of id across the matching connection

    seasonId: any

    Sample variance of seasonId across the matching connection

    round: any

    Sample variance of round across the matching connection

    workshopId: any

    Sample variance of workshopId across the matching connection

    __typename: "ZslRoundVarianceSampleAggregates"