@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureSumAggregates

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

    Properties

    id: any

    Sum of id across the matching connection

    minimumPoints: any

    Sum of minimumPoints across the matching connection

    bestOf: any

    Sum of bestOf across the matching connection

    __typename: "ZslPointsStructureSumAggregates"