@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureMinAggregates

    interface ZslPointsStructureMinAggregates {
        id: null | number;
        minimumPoints: null | number;
        bestOf: null | number;
        __typename: "ZslPointsStructureMinAggregates";
    }
    Index

    Properties

    id: null | number

    Minimum of id across the matching connection

    minimumPoints: null | number

    Minimum of minimumPoints across the matching connection

    bestOf: null | number

    Minimum of bestOf across the matching connection

    __typename: "ZslPointsStructureMinAggregates"