@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureAverageAggregates

    interface ZslPointsStructureAverageAggregates {
        id: any;
        minimumPoints: any;
        bestOf: any;
        __typename: "ZslPointsStructureAverageAggregates";
    }
    Index

    Properties

    id: any

    Mean average of id across the matching connection

    minimumPoints: any

    Mean average of minimumPoints across the matching connection

    bestOf: any

    Mean average of bestOf across the matching connection

    __typename: "ZslPointsStructureAverageAggregates"