@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonMaxAggregates

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

    Properties

    id: null | number

    Maximum of id across the matching connection

    pointsStructureId: null | number

    Maximum of pointsStructureId across the matching connection

    __typename: "ZslSeasonMaxAggregates"