@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultAverageAggregates

    interface ZslSeasonResultAverageAggregates {
        seasonId: any;
        userId: any;
        position: any;
        points: any;
        __typename: "ZslSeasonResultAverageAggregates";
    }
    Index

    Properties

    seasonId: any

    Mean average of seasonId across the matching connection

    userId: any

    Mean average of userId across the matching connection

    position: any

    Mean average of position across the matching connection

    points: any

    Mean average of points across the matching connection

    __typename: "ZslSeasonResultAverageAggregates"