@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureMinAggregates

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

    Properties

    id: number | null

    Minimum of id across the matching connection

    minimumPoints: number | null

    Minimum of minimumPoints across the matching connection

    bestOf: number | null

    Minimum of bestOf across the matching connection

    __typename: "ZslPointsStructureMinAggregates"