@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonMinAggregates

    interface ZslSeasonMinAggregates {
        id: null | number;
        pointsStructureId: null | number;
        __typename: "ZslSeasonMinAggregates";
    }
    Index

    Properties

    id: null | number

    Minimum of id across the matching connection

    pointsStructureId: null | number

    Minimum of pointsStructureId across the matching connection

    __typename: "ZslSeasonMinAggregates"